#7CDBE9
A light, vivid cyan closely aligning with Skyblue.
About #7CDBE9
The precise color #7CDBE9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Skyblue. Its digital footprint relies on 124 parts red, 219 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 47% C, 6% M, 0% Y, and 9% K. The HSL representation is 187.7° hue, 71.2% saturation, and 70.0% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CDBE9
RGB124, 219, 233
HSL187.7°, 71.2%, 70.0%
CMYK47%, 6%, 0%, 9%
HSV187.7°, 46.8%, 91.4%
LAB82.3, -24.5, -15.6
XYZ48.4, 60.8, 86.3
Decimal8182761
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.17:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CDBE9;
}
.text-color {
color: #7CDBE9;
}
.border-color {
border: 2px solid #7CDBE9;
}