#16A0C5
A medium, vivid cyan closely aligning with Deepskyblue.
About #16A0C5
Visually, #16A0C5 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Deepskyblue. In the RGB color space, it consists of 22 red, 160 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 89% cyan and 19% magenta inks. The HSL representation is 192.7° hue, 79.9% saturation, and 42.9% lightness.
Contrast ratios determine whether this color is safe for typography. 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#16A0C5
RGB22, 160, 197
HSL192.7°, 79.9%, 42.9%
CMYK89%, 19%, 0%, 23%
HSV192.7°, 88.8%, 77.3%
LAB61.1, -20.8, -28.5
XYZ23.0, 29.3, 57.3
Decimal1482949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.87:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #16A0C5;
}
.text-color {
color: #16A0C5;
}
.border-color {
border: 2px solid #16A0C5;
}