#0FB6D3
A medium, vivid cyan closely aligning with Skyblue.
About #0FB6D3
At its core, #0FB6D3 is a medium and vivid hue. It is closely associated with the named CSS color Skyblue. In the RGB color space, it consists of 15 red, 182 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 93% cyan, 14% magenta, 0% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FB6D3
RGB15, 182, 211
HSL188.9°, 86.7%, 44.3%
CMYK93%, 14%, 0%, 17%
HSV188.9°, 92.9%, 82.7%
LAB68.2, -27.6, -25.3
XYZ28.7, 38.3, 67.5
Decimal1029843
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.65:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FB6D3;
}
.text-color {
color: #0FB6D3;
}
.border-color {
border: 2px solid #0FB6D3;
}