#0FBDF0
A medium, vivid cyan closely aligning with Deepskyblue.
About #0FBDF0
When working with digital screens, the color #0FBDF0 is rendered by mixing light. Designers often compare it to the standard color Deepskyblue. This translates to an RGB value of rgb(15, 189, 240).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 94% cyan and 21% magenta inks. The HSL representation is 193.6° hue, 88.2% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#0FBDF0
RGB15, 189, 240
HSL193.6°, 88.2%, 50.0%
CMYK94%, 21%, 0%, 6%
HSV193.6°, 93.8%, 94.1%
LAB71.4, -21.4, -36.2
XYZ34.1, 42.8, 88.9
Decimal1031664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.56:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBDF0;
}
.text-color {
color: #0FBDF0;
}
.border-color {
border: 2px solid #0FBDF0;
}