#99F0FF
A very light, vivid cyan closely aligning with Paleturquoise.
About #99F0FF
At its core, #99F0FF is a very light and vivid hue. Its closest recognized web color is Paleturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 240, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 40% Cyan, 6% Magenta, 0% Yellow, and 0% Black. With a hue angle of 188.8 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99F0FF
RGB153, 240, 255
HSL188.8°, 100.0%, 80.0%
CMYK40%, 6%, 0%, 0%
HSV188.8°, 40.0%, 100.0%
LAB90.0, -22.5, -15.5
XYZ62.3, 76.3, 106.1
Decimal10088703
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.26:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F0FF;
}
.text-color {
color: #99F0FF;
}
.border-color {
border: 2px solid #99F0FF;
}