Shades of Deep Sky Blue #0BBCEB
Tints of Deep Sky Blue #0BBCEB
RGB
CMYK
RGB Variations
Color information
#0BBCEB (or 0x0BBCEB) is known color: Deep Sky Blue. HEX triplet: 0B, BC and EB. RGB value is (11,188,235). Sum of RGB (Red+Green+Blue) = 11+188+235=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BBCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBCEB is #F44314. Grayscale: #8C8C8C. Windows color (decimal): -16007957 or 15449099. OLE color: 15449099.
HSL color Cylindrical-coordinate representation of color #0BBCEB: hue angle of 192.59º 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 #0BBCEB is Cyan = 0.95, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 188 | 235 | - |
| CMYK | 0.95 | 0.2 | 0 | 0.08 |
| HSL | 192.59º | 0.91% | 0.48% | - |
| HSV(B) | 192.59º | 0.95% | 0.92% | - |
| XYZ | 33.12 | 42.04 | 84.97 | - |
| YUV | 140.44 | 181.36 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 235 | 0.95 | 0.2 | 0 | 0.08 | 192.59 | 0.91 | 0.48 |
| Hex | B | BC | EB | 5F | 14 | 0 | 8 | C1 | 5B | 30 |
| Octal | 13 | 274 | 353 | 137 | 24 | 0 | 10 | 301 | 133 | 60 |
| Binary | 1011 | 10111100 | 11101011 | 1011111 | 10100 | 0 | 1000 | 11000001 | 1011011 | 110000 |
Color Harmonies of #0BBCEB
Complementary color
Monochromatic Colors of #0BBCEB
Black with #0BBCEB
Text Example
Text Example
White with #0BBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCEB; }
p { color: rgb(11,188,235); }
H1.HeaderClassName
{
color: #0BBCEB;
}
.AnyTagClassName
{
color: #0BBCEB;
}
</style>
background-color css
<style>
a { background-color: #0BBCEB; }
a { background-color: rgb(11,188,235); }
div.DivClassName
{
background-color: #0BBCEB;
}
.BgClassName
{
background-color: #0BBCEB;
}
</style>
border-color css
<style>
span { border-color: #0BBCEB; }
span { border-color: rgb(11,188,235); }
td.TdClassName
{
border-color: #0BBCEB;
}
.TagClassName
{
border-color: #0BBCEB;
}
</style>