Shades of Deep Sky Blue #0BADEB
Tints of Deep Sky Blue #0BADEB
RGB
CMYK
RGB Variations
Color information
#0BADEB (or 0x0BADEB) is known color: Deep Sky Blue. HEX triplet: 0B, AD and EB. RGB value is (11,173,235). Sum of RGB (Red+Green+Blue) = 11+173+235=419 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BADEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BADEB is #F45214. Grayscale: #838383. Windows color (decimal): -16011797 or 15445259. OLE color: 15445259.
HSL color Cylindrical-coordinate representation of color #0BADEB: hue angle of 196.61º 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 #0BADEB is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 173 | 235 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.08 |
| HSL | 196.61º | 0.91% | 0.48% | - |
| HSV(B) | 196.61º | 0.95% | 0.92% | - |
| XYZ | 30.08 | 35.96 | 83.95 | - |
| YUV | 131.63 | 186.33 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 235 | 0.95 | 0.26 | 0 | 0.08 | 196.61 | 0.91 | 0.48 |
| Hex | B | AD | EB | 5F | 1A | 0 | 8 | C5 | 5B | 30 |
| Octal | 13 | 255 | 353 | 137 | 32 | 0 | 10 | 305 | 133 | 60 |
| Binary | 1011 | 10101101 | 11101011 | 1011111 | 11010 | 0 | 1000 | 11000101 | 1011011 | 110000 |
Color Harmonies of #0BADEB
Complementary color
Monochromatic Colors of #0BADEB
Black with #0BADEB
Text Example
Text Example
White with #0BADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BADEB; }
p { color: rgb(11,173,235); }
H1.HeaderClassName
{
color: #0BADEB;
}
.AnyTagClassName
{
color: #0BADEB;
}
</style>
background-color css
<style>
a { background-color: #0BADEB; }
a { background-color: rgb(11,173,235); }
div.DivClassName
{
background-color: #0BADEB;
}
.BgClassName
{
background-color: #0BADEB;
}
</style>
border-color css
<style>
span { border-color: #0BADEB; }
span { border-color: rgb(11,173,235); }
td.TdClassName
{
border-color: #0BADEB;
}
.TagClassName
{
border-color: #0BADEB;
}
</style>