#0FBDF8
A medium, vivid blue closely aligning with Deepskyblue.
About #0FBDF8
The hex code #0FBDF8 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Deepskyblue. Its digital footprint relies on 15 parts red, 189 parts green, and 248 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 94% Cyan, 24% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FBDF8
RGB15, 189, 248
HSL195.2°, 94.3%, 51.6%
CMYK94%, 24%, 0%, 3%
HSV195.2°, 94.0%, 97.3%
LAB71.7, -18.7, -40.0
XYZ35.3, 43.3, 95.3
Decimal1031672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.65:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBDF8;
}
.text-color {
color: #0FBDF8;
}
.border-color {
border: 2px solid #0FBDF8;
}