#00A8CC
A medium, vivid cyan closely aligning with Deepskyblue.
About #00A8CC
Visually, #00A8CC is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Deepskyblue. This translates to an RGB value of rgb(0, 168, 204).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 18% magenta inks. With a hue angle of 190.6 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00A8CC
RGB0, 168, 204
HSL190.6°, 100.0%, 40.0%
CMYK100%, 18%, 0%, 20%
HSV190.6°, 100.0%, 80.0%
LAB63.6, -23.4, -28.5
XYZ24.9, 32.4, 62.1
Decimal43212
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.47:1
Text on #000000
AAA
2.69:1
Text on #F8FAFC
FAIL
6.35:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A8CC;
}
.text-color {
color: #00A8CC;
}
.border-color {
border: 2px solid #00A8CC;
}