#7CBDCC
A light, moderate cyan closely aligning with Skyblue.
About #7CBDCC
At its core, #7CBDCC is a light and moderate hue. It is closely associated with the named CSS color Skyblue. In the RGB color space, it consists of 124 red, 189 green, and 204 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 39% cyan, 7% magenta, 0% yellow, and 20% black. With a hue angle of 191.2 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CBDCC
RGB124, 189, 204
HSL191.2°, 44.0%, 64.3%
CMYK39%, 7%, 0%, 20%
HSV191.2°, 39.2%, 80.0%
LAB72.9, -16.8, -14.1
XYZ37.4, 45.0, 63.8
Decimal8175052
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
10.01:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CBDCC;
}
.text-color {
color: #7CBDCC;
}
.border-color {
border: 2px solid #7CBDCC;
}