#A0E2F0
A light, vivid cyan closely aligning with Powderblue.
About #A0E2F0
The hex code #A0E2F0 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Powderblue. In the RGB color space, it consists of 160 red, 226 green, and 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 33% Cyan, 6% Magenta, 0% Yellow, and 6% Black. The HSL representation is 190.5° hue, 72.7% saturation, and 78.4% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0E2F0
RGB160, 226, 240
HSL190.5°, 72.7%, 78.4%
CMYK33%, 6%, 0%, 6%
HSV190.5°, 33.3%, 94.1%
LAB86.1, -17.3, -13.5
XYZ57.4, 68.2, 92.6
Decimal10543856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.63:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E2F0;
}
.text-color {
color: #A0E2F0;
}
.border-color {
border: 2px solid #A0E2F0;
}