#99DBE2
A light, moderate cyan closely aligning with Powderblue.
About #99DBE2
At its core, #99DBE2 is a light and moderate hue. Designers often compare it to the standard color Powderblue. In the RGB color space, it consists of 153 red, 219 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 32% cyan, 3% magenta, 0% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99DBE2
RGB153, 219, 226
HSL185.8°, 55.7%, 74.3%
CMYK32%, 3%, 0%, 11%
HSV185.8°, 32.3%, 88.6%
LAB83.4, -19.0, -10.1
XYZ52.2, 62.9, 81.3
Decimal10083298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.59:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99DBE2;
}
.text-color {
color: #99DBE2;
}
.border-color {
border: 2px solid #99DBE2;
}