#99DBE9
A light, moderate cyan closely aligning with Lightblue.
About #99DBE9
The precise color #99DBE9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 219, and 233.
For print applications, it's crucial to understand its CMYK makeup. The color uses 34% Cyan, 6% Magenta, 0% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99DBE9
RGB153, 219, 233
HSL190.5°, 64.5%, 75.7%
CMYK34%, 6%, 0%, 9%
HSV190.5°, 34.3%, 91.4%
LAB83.6, -17.4, -13.5
XYZ53.2, 63.3, 86.5
Decimal10083305
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.66:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99DBE9;
}
.text-color {
color: #99DBE9;
}
.border-color {
border: 2px solid #99DBE9;
}