#C5E9FF
A very light, vivid blue closely aligning with Lightblue.
About #C5E9FF
When working with digital screens, the color #C5E9FF is rendered by mixing light. It is closely associated with the named CSS color Lightblue. Its digital footprint relies on 197 parts red, 233 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 23% cyan, 9% magenta, 0% yellow, and 0% black. The HSL representation is 202.8° hue, 100.0% saturation, and 88.6% lightness.
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#C5E9FF
RGB197, 233, 255
HSL202.8°, 100.0%, 88.6%
CMYK23%, 9%, 0%, 0%
HSV202.8°, 22.7%, 100.0%
LAB90.5, -7.0, -14.5
XYZ70.2, 77.4, 105.8
Decimal12970495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.47:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
14.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5E9FF;
}
.text-color {
color: #C5E9FF;
}
.border-color {
border: 2px solid #C5E9FF;
}