Shades of Deep Sky Blue #0CAFEC
Tints of Deep Sky Blue #0CAFEC
RGB
CMYK
RGB Variations
Color information
#0CAFEC (or 0x0CAFEC) is known color: Deep Sky Blue. HEX triplet: 0C, AF and EC. RGB value is (12,175,236). Sum of RGB (Red+Green+Blue) = 12+175+236=423 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CAFEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CAFEC is #F35013. Grayscale: #848484. Windows color (decimal): -15945748 or 15511308. OLE color: 15511308.
HSL color Cylindrical-coordinate representation of color #0CAFEC: hue angle of 196.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CAFEC is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 175 | 236 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.07 |
| HSL | 196.34º | 0.9% | 0.49% | - |
| HSV(B) | 196.34º | 0.95% | 0.93% | - |
| XYZ | 30.62 | 36.79 | 84.84 | - |
| YUV | 133.22 | 186 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 236 | 0.95 | 0.26 | 0 | 0.07 | 196.34 | 0.9 | 0.49 |
| Hex | C | AF | EC | 5F | 1A | 0 | 7 | C4 | 5A | 31 |
| Octal | 14 | 257 | 354 | 137 | 32 | 0 | 7 | 304 | 132 | 61 |
| Binary | 1100 | 10101111 | 11101100 | 1011111 | 11010 | 0 | 111 | 11000100 | 1011010 | 110001 |
Color Harmonies of #0CAFEC
Complementary color
Monochromatic Colors of #0CAFEC
Black with #0CAFEC
Text Example
Text Example
White with #0CAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAFEC; }
p { color: rgb(12,175,236); }
H1.HeaderClassName
{
color: #0CAFEC;
}
.AnyTagClassName
{
color: #0CAFEC;
}
</style>
background-color css
<style>
a { background-color: #0CAFEC; }
a { background-color: rgb(12,175,236); }
div.DivClassName
{
background-color: #0CAFEC;
}
.BgClassName
{
background-color: #0CAFEC;
}
</style>
border-color css
<style>
span { border-color: #0CAFEC; }
span { border-color: rgb(12,175,236); }
td.TdClassName
{
border-color: #0CAFEC;
}
.TagClassName
{
border-color: #0CAFEC;
}
</style>