#99CCDB
A light, moderate cyan closely aligning with Lightblue.
About #99CCDB
When working with digital screens, the color #99CCDB is rendered by mixing light. Its closest recognized web color is Lightblue. Its digital footprint relies on 153 parts red, 204 parts green, and 219 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 30% cyan, 7% magenta, 0% yellow, and 14% black. The HSL representation is 193.6° hue, 47.8% saturation, and 72.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99CCDB
RGB153, 204, 219
HSL193.6°, 47.8%, 72.9%
CMYK30%, 7%, 0%, 14%
HSV193.6°, 30.1%, 85.9%
LAB79.1, -13.0, -12.8
XYZ47.5, 55.1, 75.1
Decimal10079451
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.01:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CCDB;
}
.text-color {
color: #99CCDB;
}
.border-color {
border: 2px solid #99CCDB;
}