Shades of Deep Sky Blue #0BC9EA
Tints of Deep Sky Blue #0BC9EA
RGB
CMYK
RGB Variations
Color information
#0BC9EA (or 0x0BC9EA) is known color: Deep Sky Blue. HEX triplet: 0B, C9 and EA. RGB value is (11,201,234). Sum of RGB (Red+Green+Blue) = 11+201+234=446 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.47% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BC9EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC9EA is #F43615. Grayscale: #939393. Windows color (decimal): -16004630 or 15386891. OLE color: 15386891.
HSL color Cylindrical-coordinate representation of color #0BC9EA: hue angle of 188.88º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC9EA is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 201 | 234 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.08 |
| HSL | 188.88º | 0.91% | 0.48% | - |
| HSV(B) | 188.88º | 0.95% | 0.92% | - |
| XYZ | 35.88 | 47.78 | 85.17 | - |
| YUV | 147.95 | 176.55 | 30.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 234 | 0.95 | 0.14 | 0 | 0.08 | 188.88 | 0.91 | 0.48 |
| Hex | B | C9 | EA | 5F | E | 0 | 8 | BD | 5B | 30 |
| Octal | 13 | 311 | 352 | 137 | 16 | 0 | 10 | 275 | 133 | 60 |
| Binary | 1011 | 11001001 | 11101010 | 1011111 | 1110 | 0 | 1000 | 10111101 | 1011011 | 110000 |
Color Harmonies of #0BC9EA
Complementary color
Monochromatic Colors of #0BC9EA
Black with #0BC9EA
Text Example
Text Example
White with #0BC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC9EA; }
p { color: rgb(11,201,234); }
H1.HeaderClassName
{
color: #0BC9EA;
}
.AnyTagClassName
{
color: #0BC9EA;
}
</style>
background-color css
<style>
a { background-color: #0BC9EA; }
a { background-color: rgb(11,201,234); }
div.DivClassName
{
background-color: #0BC9EA;
}
.BgClassName
{
background-color: #0BC9EA;
}
</style>
border-color css
<style>
span { border-color: #0BC9EA; }
span { border-color: rgb(11,201,234); }
td.TdClassName
{
border-color: #0BC9EA;
}
.TagClassName
{
border-color: #0BC9EA;
}
</style>