#99BDD3
A light, moderate blue closely aligning with Lightsteelblue.
About #99BDD3
At its core, #99BDD3 is a light and moderate hue. Designers often compare it to the standard color Lightsteelblue. This translates to an RGB value of rgb(153, 189, 211).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 27% cyan and 10% magenta inks. The HSL representation is 202.8° hue, 39.7% saturation, and 71.4% lightness.
When using this color as a background, text legibility must be considered. 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#99BDD3
RGB153, 189, 211
HSL202.8°, 39.7%, 71.4%
CMYK27%, 10%, 0%, 17%
HSV202.8°, 27.5%, 82.7%
LAB74.7, -7.0, -15.0
XYZ43.1, 47.9, 68.6
Decimal10075603
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.57:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99BDD3;
}
.text-color {
color: #99BDD3;
}
.border-color {
border: 2px solid #99BDD3;
}