Shades of Deep Sky Blue #0BBDE8
Tints of Deep Sky Blue #0BBDE8
RGB
CMYK
RGB Variations
Color information
#0BBDE8 (or 0x0BBDE8) is known color: Deep Sky Blue. HEX triplet: 0B, BD and E8. RGB value is (11,189,232). Sum of RGB (Red+Green+Blue) = 11+189+232=432 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #0BBDE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBDE8 is #F44217. Grayscale: #8C8C8C. Windows color (decimal): -16007704 or 15252747. OLE color: 15252747.
HSL color Cylindrical-coordinate representation of color #0BBDE8: hue angle of 191.67º 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 #0BBDE8 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 189 | 232 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.09 |
| HSL | 191.67º | 0.91% | 0.48% | - |
| HSV(B) | 191.67º | 0.95% | 0.91% | - |
| XYZ | 32.9 | 42.29 | 82.77 | - |
| YUV | 140.68 | 179.53 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 232 | 0.95 | 0.19 | 0 | 0.09 | 191.67 | 0.91 | 0.48 |
| Hex | B | BD | E8 | 5F | 13 | 0 | 9 | C0 | 5B | 30 |
| Octal | 13 | 275 | 350 | 137 | 23 | 0 | 11 | 300 | 133 | 60 |
| Binary | 1011 | 10111101 | 11101000 | 1011111 | 10011 | 0 | 1001 | 11000000 | 1011011 | 110000 |
Color Harmonies of #0BBDE8
Complementary color
Monochromatic Colors of #0BBDE8
Black with #0BBDE8
Text Example
Text Example
White with #0BBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBDE8; }
p { color: rgb(11,189,232); }
H1.HeaderClassName
{
color: #0BBDE8;
}
.AnyTagClassName
{
color: #0BBDE8;
}
</style>
background-color css
<style>
a { background-color: #0BBDE8; }
a { background-color: rgb(11,189,232); }
div.DivClassName
{
background-color: #0BBDE8;
}
.BgClassName
{
background-color: #0BBDE8;
}
</style>
border-color css
<style>
span { border-color: #0BBDE8; }
span { border-color: rgb(11,189,232); }
td.TdClassName
{
border-color: #0BBDE8;
}
.TagClassName
{
border-color: #0BBDE8;
}
</style>