Shades of Deep Sky Blue #0BBEE8
Tints of Deep Sky Blue #0BBEE8
RGB
CMYK
RGB Variations
Color information
#0BBEE8 (or 0x0BBEE8) is known color: Deep Sky Blue. HEX triplet: 0B, BE and E8. RGB value is (11,190,232). Sum of RGB (Red+Green+Blue) = 11+190+232=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 232 (91.02% from 255 or 53.58% from 433); Max value from RGB is 232 - color contains mainly: blue. Hex color #0BBEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBEE8 is #F44117. Grayscale: #8C8C8C. Windows color (decimal): -16007448 or 15253003. OLE color: 15253003.
HSL color Cylindrical-coordinate representation of color #0BBEE8: hue angle of 191.4º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBEE8 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 190 | 232 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.09 |
| HSL | 191.4º | 0.91% | 0.48% | - |
| HSV(B) | 191.4º | 0.95% | 0.91% | - |
| XYZ | 33.12 | 42.72 | 82.85 | - |
| YUV | 141.27 | 179.2 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 232 | 0.95 | 0.18 | 0 | 0.09 | 191.4 | 0.91 | 0.48 |
| Hex | B | BE | E8 | 5F | 12 | 0 | 9 | BF | 5B | 30 |
| Octal | 13 | 276 | 350 | 137 | 22 | 0 | 11 | 277 | 133 | 60 |
| Binary | 1011 | 10111110 | 11101000 | 1011111 | 10010 | 0 | 1001 | 10111111 | 1011011 | 110000 |
Color Harmonies of #0BBEE8
Complementary color
Monochromatic Colors of #0BBEE8
Black with #0BBEE8
Text Example
Text Example
White with #0BBEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBEE8; }
p { color: rgb(11,190,232); }
H1.HeaderClassName
{
color: #0BBEE8;
}
.AnyTagClassName
{
color: #0BBEE8;
}
</style>
background-color css
<style>
a { background-color: #0BBEE8; }
a { background-color: rgb(11,190,232); }
div.DivClassName
{
background-color: #0BBEE8;
}
.BgClassName
{
background-color: #0BBEE8;
}
</style>
border-color css
<style>
span { border-color: #0BBEE8; }
span { border-color: rgb(11,190,232); }
td.TdClassName
{
border-color: #0BBEE8;
}
.TagClassName
{
border-color: #0BBEE8;
}
</style>