Shades of Deep Sky Blue #0BADEA
Tints of Deep Sky Blue #0BADEA
RGB
CMYK
RGB Variations
Color information
#0BADEA (or 0x0BADEA) is known color: Deep Sky Blue. HEX triplet: 0B, AD and EA. RGB value is (11,173,234). Sum of RGB (Red+Green+Blue) = 11+173+234=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BADEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BADEA is #F45215. Grayscale: #838383. Windows color (decimal): -16011798 or 15379723. OLE color: 15379723.
HSL color Cylindrical-coordinate representation of color #0BADEA: hue angle of 196.41º 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 #0BADEA is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 173 | 234 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.08 |
| HSL | 196.41º | 0.91% | 0.48% | - |
| HSV(B) | 196.41º | 0.95% | 0.92% | - |
| XYZ | 29.93 | 35.9 | 83.19 | - |
| YUV | 131.52 | 185.83 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 234 | 0.95 | 0.26 | 0 | 0.08 | 196.41 | 0.91 | 0.48 |
| Hex | B | AD | EA | 5F | 1A | 0 | 8 | C4 | 5B | 30 |
| Octal | 13 | 255 | 352 | 137 | 32 | 0 | 10 | 304 | 133 | 60 |
| Binary | 1011 | 10101101 | 11101010 | 1011111 | 11010 | 0 | 1000 | 11000100 | 1011011 | 110000 |
Color Harmonies of #0BADEA
Complementary color
Monochromatic Colors of #0BADEA
Black with #0BADEA
Text Example
Text Example
White with #0BADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BADEA; }
p { color: rgb(11,173,234); }
H1.HeaderClassName
{
color: #0BADEA;
}
.AnyTagClassName
{
color: #0BADEA;
}
</style>
background-color css
<style>
a { background-color: #0BADEA; }
a { background-color: rgb(11,173,234); }
div.DivClassName
{
background-color: #0BADEA;
}
.BgClassName
{
background-color: #0BADEA;
}
</style>
border-color css
<style>
span { border-color: #0BADEA; }
span { border-color: rgb(11,173,234); }
td.TdClassName
{
border-color: #0BADEA;
}
.TagClassName
{
border-color: #0BADEA;
}
</style>