Shades of Deep Sky Blue #0CBCEB
Tints of Deep Sky Blue #0CBCEB
RGB
CMYK
RGB Variations
Color information
#0CBCEB (or 0x0CBCEB) is known color: Deep Sky Blue. HEX triplet: 0C, BC and EB. RGB value is (12,188,235). Sum of RGB (Red+Green+Blue) = 12+188+235=435 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CBCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBCEB is #F34314. Grayscale: #8C8C8C. Windows color (decimal): -15942421 or 15449100. OLE color: 15449100.
HSL color Cylindrical-coordinate representation of color #0CBCEB: hue angle of 192.65º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBCEB is Cyan = 0.95, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 188 | 235 | - |
| CMYK | 0.95 | 0.2 | 0 | 0.08 |
| HSL | 192.65º | 0.9% | 0.48% | - |
| HSV(B) | 192.65º | 0.95% | 0.92% | - |
| XYZ | 33.13 | 42.04 | 84.97 | - |
| YUV | 140.73 | 181.19 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 235 | 0.95 | 0.2 | 0 | 0.08 | 192.65 | 0.9 | 0.48 |
| Hex | C | BC | EB | 5F | 14 | 0 | 8 | C1 | 5A | 30 |
| Octal | 14 | 274 | 353 | 137 | 24 | 0 | 10 | 301 | 132 | 60 |
| Binary | 1100 | 10111100 | 11101011 | 1011111 | 10100 | 0 | 1000 | 11000001 | 1011010 | 110000 |
Color Harmonies of #0CBCEB
Complementary color
Monochromatic Colors of #0CBCEB
Black with #0CBCEB
Text Example
Text Example
White with #0CBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBCEB; }
p { color: rgb(12,188,235); }
H1.HeaderClassName
{
color: #0CBCEB;
}
.AnyTagClassName
{
color: #0CBCEB;
}
</style>
background-color css
<style>
a { background-color: #0CBCEB; }
a { background-color: rgb(12,188,235); }
div.DivClassName
{
background-color: #0CBCEB;
}
.BgClassName
{
background-color: #0CBCEB;
}
</style>
border-color css
<style>
span { border-color: #0CBCEB; }
span { border-color: rgb(12,188,235); }
td.TdClassName
{
border-color: #0CBCEB;
}
.TagClassName
{
border-color: #0CBCEB;
}
</style>