Shades of Deep Sky Blue #0CC0EF
Tints of Deep Sky Blue #0CC0EF
RGB
CMYK
RGB Variations
Color information
#0CC0EF (or 0x0CC0EF) is known color: Deep Sky Blue. HEX triplet: 0C, C0 and EF. RGB value is (12,192,239). Sum of RGB (Red+Green+Blue) = 12+192+239=443 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CC0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC0EF is #F33F10. Grayscale: #8F8F8F. Windows color (decimal): -15941393 or 15712268. OLE color: 15712268.
HSL color Cylindrical-coordinate representation of color #0CC0EF: hue angle of 192.42º 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 #0CC0EF is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 192 | 239 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.06 |
| HSL | 192.42º | 0.9% | 0.49% | - |
| HSV(B) | 192.42º | 0.95% | 0.94% | - |
| XYZ | 34.58 | 44.01 | 88.33 | - |
| YUV | 143.54 | 181.87 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 239 | 0.95 | 0.20 | 0 | 0.06 | 192.42 | 0.9 | 0.49 |
| Hex | C | C0 | EF | 5F | 14 | 0 | 6 | C0 | 5A | 31 |
| Octal | 14 | 300 | 357 | 137 | 24 | 0 | 6 | 300 | 132 | 61 |
| Binary | 1100 | 11000000 | 11101111 | 1011111 | 10100 | 0 | 110 | 11000000 | 1011010 | 110001 |
Color Harmonies of #0CC0EF
Complementary color
Monochromatic Colors of #0CC0EF
Black with #0CC0EF
Text Example
Text Example
White with #0CC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC0EF; }
p { color: rgb(12,192,239); }
H1.HeaderClassName
{
color: #0CC0EF;
}
.AnyTagClassName
{
color: #0CC0EF;
}
</style>
background-color css
<style>
a { background-color: #0CC0EF; }
a { background-color: rgb(12,192,239); }
div.DivClassName
{
background-color: #0CC0EF;
}
.BgClassName
{
background-color: #0CC0EF;
}
</style>
border-color css
<style>
span { border-color: #0CC0EF; }
span { border-color: rgb(12,192,239); }
td.TdClassName
{
border-color: #0CC0EF;
}
.TagClassName
{
border-color: #0CC0EF;
}
</style>