#7CD3E9
A light, vivid cyan closely aligning with Skyblue.
About #7CD3E9
Visually, #7CD3E9 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 211, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 47% C, 9% M, 0% Y, and 9% K. The HSL representation is 192.1° hue, 71.2% saturation, and 70.0% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CD3E9
RGB124, 211, 233
HSL192.1°, 71.2%, 70.0%
CMYK47%, 9%, 0%, 9%
HSV192.1°, 46.8%, 91.4%
LAB80.0, -20.5, -19.0
XYZ46.3, 56.8, 85.6
Decimal8180713
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.35:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CD3E9;
}
.text-color {
color: #7CD3E9;
}
.border-color {
border: 2px solid #7CD3E9;
}