#3AA8CC
A medium, moderate cyan closely aligning with Skyblue.
About #3AA8CC
At its core, #3AA8CC is a medium and moderate hue. It is closely associated with the named CSS color Skyblue. In the RGB color space, it consists of 58 red, 168 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 72% cyan and 18% magenta inks. The HSL representation is 194.8° hue, 58.9% saturation, and 51.4% 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#3AA8CC
RGB58, 168, 204
HSL194.8°, 58.9%, 51.4%
CMYK72%, 18%, 0%, 20%
HSV194.8°, 71.6%, 80.0%
LAB64.4, -19.2, -27.3
XYZ26.6, 33.3, 62.1
Decimal3844300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.65:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA8CC;
}
.text-color {
color: #3AA8CC;
}
.border-color {
border: 2px solid #3AA8CC;
}