Shades of Deep Sky Blue #0BBEEB
Tints of Deep Sky Blue #0BBEEB
RGB
CMYK
RGB Variations
Color information
#0BBEEB (or 0x0BBEEB) is known color: Deep Sky Blue. HEX triplet: 0B, BE and EB. RGB value is (11,190,235). Sum of RGB (Red+Green+Blue) = 11+190+235=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BBEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBEEB is #F44114. Grayscale: #8D8D8D. Windows color (decimal): -16007445 or 15449611. OLE color: 15449611.
HSL color Cylindrical-coordinate representation of color #0BBEEB: hue angle of 192.05º 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 #0BBEEB is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 190 | 235 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.08 |
| HSL | 192.05º | 0.91% | 0.48% | - |
| HSV(B) | 192.05º | 0.95% | 0.92% | - |
| XYZ | 33.55 | 42.9 | 85.11 | - |
| YUV | 141.61 | 180.7 | 34.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 235 | 0.95 | 0.19 | 0 | 0.08 | 192.05 | 0.91 | 0.48 |
| Hex | B | BE | EB | 5F | 13 | 0 | 8 | C0 | 5B | 30 |
| Octal | 13 | 276 | 353 | 137 | 23 | 0 | 10 | 300 | 133 | 60 |
| Binary | 1011 | 10111110 | 11101011 | 1011111 | 10011 | 0 | 1000 | 11000000 | 1011011 | 110000 |
Color Harmonies of #0BBEEB
Complementary color
Monochromatic Colors of #0BBEEB
Black with #0BBEEB
Text Example
Text Example
White with #0BBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBEEB; }
p { color: rgb(11,190,235); }
H1.HeaderClassName
{
color: #0BBEEB;
}
.AnyTagClassName
{
color: #0BBEEB;
}
</style>
background-color css
<style>
a { background-color: #0BBEEB; }
a { background-color: rgb(11,190,235); }
div.DivClassName
{
background-color: #0BBEEB;
}
.BgClassName
{
background-color: #0BBEEB;
}
</style>
border-color css
<style>
span { border-color: #0BBEEB; }
span { border-color: rgb(11,190,235); }
td.TdClassName
{
border-color: #0BBEEB;
}
.TagClassName
{
border-color: #0BBEEB;
}
</style>