#99CCFF
A very light, vivid blue closely aligning with Lightskyblue.
About #99CCFF
At its core, #99CCFF is a very light and vivid hue. Designers often compare it to the standard color Lightskyblue. In the RGB color space, it consists of 153 red, 204 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 40% C, 20% M, 0% Y, and 0% K. With a hue angle of 210.0 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99CCFF
RGB153, 204, 255
HSL210.0°, 100.0%, 80.0%
CMYK40%, 20%, 0%, 0%
HSV210.0°, 40.0%, 100.0%
LAB80.3, -4.0, -30.2
XYZ52.8, 57.2, 102.9
Decimal10079487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.44:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CCFF;
}
.text-color {
color: #99CCFF;
}
.border-color {
border: 2px solid #99CCFF;
}