Shades of Deep Sky Blue #09BBEC
Tints of Deep Sky Blue #09BBEC
RGB
CMYK
RGB Variations
Color information
#09BBEC (or 0x09BBEC) is known color: Deep Sky Blue. HEX triplet: 09, BB and EC. RGB value is (9,187,236). Sum of RGB (Red+Green+Blue) = 9+187+236=432 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #09BBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BBEC is #F64413. Grayscale: #8A8A8A. Windows color (decimal): -16139284 or 15514377. OLE color: 15514377.
HSL color Cylindrical-coordinate representation of color #09BBEC: hue angle of 192.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BBEC is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 187 | 236 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.07 |
| HSL | 192.95º | 0.93% | 0.48% | - |
| HSV(B) | 192.95º | 0.96% | 0.93% | - |
| XYZ | 33.02 | 41.65 | 85.66 | - |
| YUV | 139.36 | 182.53 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 236 | 0.96 | 0.21 | 0 | 0.07 | 192.95 | 0.93 | 0.48 |
| Hex | 9 | BB | EC | 60 | 15 | 0 | 7 | C1 | 5D | 30 |
| Octal | 11 | 273 | 354 | 140 | 25 | 0 | 7 | 301 | 135 | 60 |
| Binary | 1001 | 10111011 | 11101100 | 1100000 | 10101 | 0 | 111 | 11000001 | 1011101 | 110000 |
Color Harmonies of #09BBEC
Complementary color
Monochromatic Colors of #09BBEC
Black with #09BBEC
Text Example
Text Example
White with #09BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBEC; }
p { color: rgb(9,187,236); }
H1.HeaderClassName
{
color: #09BBEC;
}
.AnyTagClassName
{
color: #09BBEC;
}
</style>
background-color css
<style>
a { background-color: #09BBEC; }
a { background-color: rgb(9,187,236); }
div.DivClassName
{
background-color: #09BBEC;
}
.BgClassName
{
background-color: #09BBEC;
}
</style>
border-color css
<style>
span { border-color: #09BBEC; }
span { border-color: rgb(9,187,236); }
td.TdClassName
{
border-color: #09BBEC;
}
.TagClassName
{
border-color: #09BBEC;
}
</style>