Shades of Deep Sky Blue #0BB0EC
Tints of Deep Sky Blue #0BB0EC
RGB
CMYK
RGB Variations
Color information
#0BB0EC (or 0x0BB0EC) is known color: Deep Sky Blue. HEX triplet: 0B, B0 and EC. RGB value is (11,176,236). Sum of RGB (Red+Green+Blue) = 11+176+236=423 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.60% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BB0EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BB0EC is #F44F13. Grayscale: #858585. Windows color (decimal): -16011028 or 15511563. OLE color: 15511563.
HSL color Cylindrical-coordinate representation of color #0BB0EC: hue angle of 196º 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 #0BB0EC is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 176 | 236 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.07 |
| HSL | 196º | 0.91% | 0.48% | - |
| HSV(B) | 196º | 0.95% | 0.93% | - |
| XYZ | 30.8 | 37.18 | 84.91 | - |
| YUV | 133.51 | 185.84 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 176 | 236 | 0.95 | 0.25 | 0 | 0.07 | 196 | 0.91 | 0.48 |
| Hex | B | B0 | EC | 5F | 19 | 0 | 7 | C4 | 5B | 30 |
| Octal | 13 | 260 | 354 | 137 | 31 | 0 | 7 | 304 | 133 | 60 |
| Binary | 1011 | 10110000 | 11101100 | 1011111 | 11001 | 0 | 111 | 11000100 | 1011011 | 110000 |
Color Harmonies of #0BB0EC
Complementary color
Monochromatic Colors of #0BB0EC
Black with #0BB0EC
Text Example
Text Example
White with #0BB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB0EC; }
p { color: rgb(11,176,236); }
H1.HeaderClassName
{
color: #0BB0EC;
}
.AnyTagClassName
{
color: #0BB0EC;
}
</style>
background-color css
<style>
a { background-color: #0BB0EC; }
a { background-color: rgb(11,176,236); }
div.DivClassName
{
background-color: #0BB0EC;
}
.BgClassName
{
background-color: #0BB0EC;
}
</style>
border-color css
<style>
span { border-color: #0BB0EC; }
span { border-color: rgb(11,176,236); }
td.TdClassName
{
border-color: #0BB0EC;
}
.TagClassName
{
border-color: #0BB0EC;
}
</style>