#0FDBFF
A medium, vivid cyan closely aligning with Skyblue.
About #0FDBFF
At its core, #0FDBFF is a medium and vivid hue. It is closely associated with the named CSS color Skyblue. This translates to an RGB value of rgb(15, 219, 255).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 94% C, 14% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FDBFF
RGB15, 219, 255
HSL189.0°, 100.0%, 52.9%
CMYK94%, 14%, 0%, 0%
HSV189.0°, 94.1%, 100.0%
LAB80.7, -31.4, -29.9
XYZ43.6, 58.0, 103.5
Decimal1039359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.60:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FDBFF;
}
.text-color {
color: #0FDBFF;
}
.border-color {
border: 2px solid #0FDBFF;
}