#07AFE2
A medium, vivid cyan closely aligning with Deepskyblue.
About #07AFE2
When working with digital screens, the color #07AFE2 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 175, and 226.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 97% Cyan, 23% Magenta, 0% Yellow, and 11% Black. With a hue angle of 194.0 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07AFE2
RGB7, 175, 226
HSL194.0°, 94.0%, 45.7%
CMYK97%, 23%, 0%, 11%
HSV194.0°, 96.9%, 88.6%
LAB66.7, -19.2, -36.0
XYZ29.1, 36.2, 77.4
Decimal503778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.55:1
Text on #FFFFFF
FAIL
8.24:1
Text on #000000
AAA
2.44:1
Text on #F8FAFC
FAIL
7.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07AFE2;
}
.text-color {
color: #07AFE2;
}
.border-color {
border: 2px solid #07AFE2;
}