#99D3DB
A light, moderate cyan closely aligning with Powderblue.
About #99D3DB
When working with digital screens, the color #99D3DB is rendered by mixing light. Its closest recognized web color is Powderblue. Its digital footprint relies on 153 parts red, 211 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 30% cyan and 4% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#99D3DB
RGB153, 211, 219
HSL187.3°, 47.8%, 72.9%
CMYK30%, 4%, 0%, 14%
HSV187.3°, 30.1%, 85.9%
LAB81.0, -16.6, -9.9
XYZ49.2, 58.5, 75.7
Decimal10081243
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.70:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99D3DB;
}
.text-color {
color: #99D3DB;
}
.border-color {
border: 2px solid #99D3DB;
}