#00A0E9
A medium, vivid blue closely aligning with Deepskyblue.
About #00A0E9
At its core, #00A0E9 is a medium and vivid hue. It is closely associated with the named CSS color Deepskyblue. In the RGB color space, it consists of 0 red, 160 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 31% magenta inks. The HSL representation is 198.8° hue, 100.0% saturation, and 45.7% 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#00A0E9
RGB0, 160, 233
HSL198.8°, 100.0%, 45.7%
CMYK100%, 31%, 0%, 9%
HSV198.8°, 100.0%, 91.4%
LAB62.5, -8.7, -46.3
XYZ27.3, 31.0, 81.6
Decimal41193
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.20:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A0E9;
}
.text-color {
color: #00A0E9;
}
.border-color {
border: 2px solid #00A0E9;
}