Shades of Deep Sky Blue #0BC9EC
Tints of Deep Sky Blue #0BC9EC
RGB
CMYK
RGB Variations
Color information
#0BC9EC (or 0x0BC9EC) is known color: Deep Sky Blue. HEX triplet: 0B, C9 and EC. RGB value is (11,201,236). Sum of RGB (Red+Green+Blue) = 11+201+236=448 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BC9EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC9EC is #F43613. Grayscale: #939393. Windows color (decimal): -16004628 or 15517963. OLE color: 15517963.
HSL color Cylindrical-coordinate representation of color #0BC9EC: hue angle of 189.33º 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 #0BC9EC is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 201 | 236 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.07 |
| HSL | 189.33º | 0.91% | 0.48% | - |
| HSV(B) | 189.33º | 0.95% | 0.93% | - |
| XYZ | 36.16 | 47.9 | 86.7 | - |
| YUV | 148.18 | 177.55 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 236 | 0.95 | 0.15 | 0 | 0.07 | 189.33 | 0.91 | 0.48 |
| Hex | B | C9 | EC | 5F | F | 0 | 7 | BD | 5B | 30 |
| Octal | 13 | 311 | 354 | 137 | 17 | 0 | 7 | 275 | 133 | 60 |
| Binary | 1011 | 11001001 | 11101100 | 1011111 | 1111 | 0 | 111 | 10111101 | 1011011 | 110000 |
Color Harmonies of #0BC9EC
Complementary color
Monochromatic Colors of #0BC9EC
Black with #0BC9EC
Text Example
Text Example
White with #0BC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC9EC; }
p { color: rgb(11,201,236); }
H1.HeaderClassName
{
color: #0BC9EC;
}
.AnyTagClassName
{
color: #0BC9EC;
}
</style>
background-color css
<style>
a { background-color: #0BC9EC; }
a { background-color: rgb(11,201,236); }
div.DivClassName
{
background-color: #0BC9EC;
}
.BgClassName
{
background-color: #0BC9EC;
}
</style>
border-color css
<style>
span { border-color: #0BC9EC; }
span { border-color: rgb(11,201,236); }
td.TdClassName
{
border-color: #0BC9EC;
}
.TagClassName
{
border-color: #0BC9EC;
}
</style>