Shades of Deep Sky Blue #0BCBEC
Tints of Deep Sky Blue #0BCBEC
RGB
CMYK
RGB Variations
Color information
#0BCBEC (or 0x0BCBEC) is known color: Deep Sky Blue. HEX triplet: 0B, CB and EC. RGB value is (11,203,236). Sum of RGB (Red+Green+Blue) = 11+203+236=450 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BCBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCBEC is #F43413. Grayscale: #959595. Windows color (decimal): -16004116 or 15518475. OLE color: 15518475.
HSL color Cylindrical-coordinate representation of color #0BCBEC: hue angle of 188.8º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCBEC is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 203 | 236 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.07 |
| HSL | 188.8º | 0.91% | 0.48% | - |
| HSV(B) | 188.8º | 0.95% | 0.93% | - |
| XYZ | 36.63 | 48.84 | 86.85 | - |
| YUV | 149.35 | 176.89 | 29.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 236 | 0.95 | 0.14 | 0 | 0.07 | 188.8 | 0.91 | 0.48 |
| Hex | B | CB | EC | 5F | E | 0 | 7 | BD | 5B | 30 |
| Octal | 13 | 313 | 354 | 137 | 16 | 0 | 7 | 275 | 133 | 60 |
| Binary | 1011 | 11001011 | 11101100 | 1011111 | 1110 | 0 | 111 | 10111101 | 1011011 | 110000 |
Color Harmonies of #0BCBEC
Complementary color
Monochromatic Colors of #0BCBEC
Black with #0BCBEC
Text Example
Text Example
White with #0BCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBEC; }
p { color: rgb(11,203,236); }
H1.HeaderClassName
{
color: #0BCBEC;
}
.AnyTagClassName
{
color: #0BCBEC;
}
</style>
background-color css
<style>
a { background-color: #0BCBEC; }
a { background-color: rgb(11,203,236); }
div.DivClassName
{
background-color: #0BCBEC;
}
.BgClassName
{
background-color: #0BCBEC;
}
</style>
border-color css
<style>
span { border-color: #0BCBEC; }
span { border-color: rgb(11,203,236); }
td.TdClassName
{
border-color: #0BCBEC;
}
.TagClassName
{
border-color: #0BCBEC;
}
</style>