#0FA0CC
A medium, vivid cyan closely aligning with Deepskyblue.
About #0FA0CC
The hex code #0FA0CC represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(15, 160, 204).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 93% cyan, 22% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FA0CC
RGB15, 160, 204
HSL194.0°, 86.3%, 42.9%
CMYK93%, 22%, 0%, 20%
HSV194.0°, 92.6%, 80.0%
LAB61.3, -18.7, -32.1
XYZ23.7, 29.6, 61.6
Decimal1024204
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.92:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA0CC;
}
.text-color {
color: #0FA0CC;
}
.border-color {
border: 2px solid #0FA0CC;
}