#0FAFF0
A medium, vivid blue closely aligning with Deepskyblue.
About #0FAFF0
At its core, #0FAFF0 is a medium and vivid hue. Its closest recognized web color is Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 175, and 240.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 94% C, 27% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FAFF0
RGB15, 175, 240
HSL197.3°, 88.2%, 50.0%
CMYK94%, 27%, 0%, 6%
HSV197.3°, 93.8%, 94.1%
LAB67.3, -14.0, -42.6
XYZ31.3, 37.1, 87.9
Decimal1028080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.41:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FAFF0;
}
.text-color {
color: #0FAFF0;
}
.border-color {
border: 2px solid #0FAFF0;
}