Shades of Deep Sky Blue #0CBEEC
Tints of Deep Sky Blue #0CBEEC
RGB
CMYK
RGB Variations
Color information
#0CBEEC (or 0x0CBEEC) is known color: Deep Sky Blue. HEX triplet: 0C, BE and EC. RGB value is (12,190,236). Sum of RGB (Red+Green+Blue) = 12+190+236=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CBEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBEEC is #F34113. Grayscale: #8D8D8D. Windows color (decimal): -15941908 or 15515148. OLE color: 15515148.
HSL color Cylindrical-coordinate representation of color #0CBEEC: hue angle of 192.32º 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 #0CBEEC is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 190 | 236 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.07 |
| HSL | 192.32º | 0.9% | 0.49% | - |
| HSV(B) | 192.32º | 0.95% | 0.93% | - |
| XYZ | 33.71 | 42.96 | 85.87 | - |
| YUV | 142.02 | 181.03 | 35.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 236 | 0.95 | 0.19 | 0 | 0.07 | 192.32 | 0.9 | 0.49 |
| Hex | C | BE | EC | 5F | 13 | 0 | 7 | C0 | 5A | 31 |
| Octal | 14 | 276 | 354 | 137 | 23 | 0 | 7 | 300 | 132 | 61 |
| Binary | 1100 | 10111110 | 11101100 | 1011111 | 10011 | 0 | 111 | 11000000 | 1011010 | 110001 |
Color Harmonies of #0CBEEC
Complementary color
Monochromatic Colors of #0CBEEC
Black with #0CBEEC
Text Example
Text Example
White with #0CBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBEEC; }
p { color: rgb(12,190,236); }
H1.HeaderClassName
{
color: #0CBEEC;
}
.AnyTagClassName
{
color: #0CBEEC;
}
</style>
background-color css
<style>
a { background-color: #0CBEEC; }
a { background-color: rgb(12,190,236); }
div.DivClassName
{
background-color: #0CBEEC;
}
.BgClassName
{
background-color: #0CBEEC;
}
</style>
border-color css
<style>
span { border-color: #0CBEEC; }
span { border-color: rgb(12,190,236); }
td.TdClassName
{
border-color: #0CBEEC;
}
.TagClassName
{
border-color: #0CBEEC;
}
</style>