Shades of Deep Sky Blue #0CAFEF
Tints of Deep Sky Blue #0CAFEF
RGB
CMYK
RGB Variations
Color information
#0CAFEF (or 0x0CAFEF) is known color: Deep Sky Blue. HEX triplet: 0C, AF and EF. RGB value is (12,175,239). Sum of RGB (Red+Green+Blue) = 12+175+239=426 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CAFEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CAFEF is #F35010. Grayscale: #858585. Windows color (decimal): -15945745 or 15707916. OLE color: 15707916.
HSL color Cylindrical-coordinate representation of color #0CAFEF: hue angle of 196.92º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CAFEF is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 175 | 239 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.06 |
| HSL | 196.92º | 0.9% | 0.49% | - |
| HSV(B) | 196.92º | 0.95% | 0.94% | - |
| XYZ | 31.06 | 36.97 | 87.16 | - |
| YUV | 133.56 | 187.5 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 239 | 0.95 | 0.27 | 0 | 0.06 | 196.92 | 0.9 | 0.49 |
| Hex | C | AF | EF | 5F | 1B | 0 | 6 | C5 | 5A | 31 |
| Octal | 14 | 257 | 357 | 137 | 33 | 0 | 6 | 305 | 132 | 61 |
| Binary | 1100 | 10101111 | 11101111 | 1011111 | 11011 | 0 | 110 | 11000101 | 1011010 | 110001 |
Color Harmonies of #0CAFEF
Complementary color
Monochromatic Colors of #0CAFEF
Black with #0CAFEF
Text Example
Text Example
White with #0CAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAFEF; }
p { color: rgb(12,175,239); }
H1.HeaderClassName
{
color: #0CAFEF;
}
.AnyTagClassName
{
color: #0CAFEF;
}
</style>
background-color css
<style>
a { background-color: #0CAFEF; }
a { background-color: rgb(12,175,239); }
div.DivClassName
{
background-color: #0CAFEF;
}
.BgClassName
{
background-color: #0CAFEF;
}
</style>
border-color css
<style>
span { border-color: #0CAFEF; }
span { border-color: rgb(12,175,239); }
td.TdClassName
{
border-color: #0CAFEF;
}
.TagClassName
{
border-color: #0CAFEF;
}
</style>