Color #7DCDE8

#7DCDE8rgb(125, 205, 232)

Color Codes

HEX#7DCDE8
RGBrgb(125, 205, 232)
HSLhsl(195°, 70%, 70%)
CMYKcmyk(46%, 12%, 0%, 9%)
CIELABLab(78.4, -17.5, -21)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #7DCDE8;
color: #7DCDE8;
border: 2px solid #7DCDE8;
background: linear-gradient(135deg, #7DCDE8, #e8987d);

Code Export

css
:root {
  --color-primary: #7dcde8;
  --color-primary-rgb: 125, 205, 232;
  --color-primary-hsl: 195, 70%, 70%;
}

Related Tools