Shades of Deep Sky Blue #0BBBEC
Tints of Deep Sky Blue #0BBBEC
RGB
CMYK
RGB Variations
Color information
#0BBBEC (or 0x0BBBEC) is known color: Deep Sky Blue. HEX triplet: 0B, BB and EC. RGB value is (11,187,236). Sum of RGB (Red+Green+Blue) = 11+187+236=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BBBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBBEC is #F44413. Grayscale: #8B8B8B. Windows color (decimal): -16008212 or 15514379. OLE color: 15514379.
HSL color Cylindrical-coordinate representation of color #0BBBEC: hue angle of 193.07º 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 #0BBBEC is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 187 | 236 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.07 |
| HSL | 193.07º | 0.91% | 0.48% | - |
| HSV(B) | 193.07º | 0.95% | 0.93% | - |
| XYZ | 33.05 | 41.67 | 85.66 | - |
| YUV | 139.96 | 182.19 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 236 | 0.95 | 0.21 | 0 | 0.07 | 193.07 | 0.91 | 0.48 |
| Hex | B | BB | EC | 5F | 15 | 0 | 7 | C1 | 5B | 30 |
| Octal | 13 | 273 | 354 | 137 | 25 | 0 | 7 | 301 | 133 | 60 |
| Binary | 1011 | 10111011 | 11101100 | 1011111 | 10101 | 0 | 111 | 11000001 | 1011011 | 110000 |
Color Harmonies of #0BBBEC
Complementary color
Monochromatic Colors of #0BBBEC
Black with #0BBBEC
Text Example
Text Example
White with #0BBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBEC; }
p { color: rgb(11,187,236); }
H1.HeaderClassName
{
color: #0BBBEC;
}
.AnyTagClassName
{
color: #0BBBEC;
}
</style>
background-color css
<style>
a { background-color: #0BBBEC; }
a { background-color: rgb(11,187,236); }
div.DivClassName
{
background-color: #0BBBEC;
}
.BgClassName
{
background-color: #0BBBEC;
}
</style>
border-color css
<style>
span { border-color: #0BBBEC; }
span { border-color: rgb(11,187,236); }
td.TdClassName
{
border-color: #0BBBEC;
}
.TagClassName
{
border-color: #0BBBEC;
}
</style>