#0FBDE2
A medium, vivid cyan closely aligning with Deepskyblue.
About #0FBDE2
At its core, #0FBDE2 is a medium and vivid hue. It is closely associated with the named CSS color Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 189, and 226.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 93% C, 16% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#0FBDE2
RGB15, 189, 226
HSL190.5°, 87.6%, 47.3%
CMYK93%, 16%, 0%, 11%
HSV190.5°, 93.4%, 88.6%
LAB70.9, -26.1, -29.5
XYZ32.1, 42.0, 78.4
Decimal1031650
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.40:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBDE2;
}
.text-color {
color: #0FBDE2;
}
.border-color {
border: 2px solid #0FBDE2;
}