Shades of Deep Sky Blue #0BADFF
Tints of Deep Sky Blue #0BADFF
RGB
CMYK
RGB Variations
Color information
#0BADFF (or 0x0BADFF) is known color: Deep Sky Blue. HEX triplet: 0B, AD and FF. RGB value is (11,173,255). Sum of RGB (Red+Green+Blue) = 11+173+255=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BADFF is #F45200. Grayscale: #858585. Windows color (decimal): -16011777 or 16755979. OLE color: 16755979.
HSL color Cylindrical-coordinate representation of color #0BADFF: hue angle of 200.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BADFF is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 173 | 255 | - |
| CMYK | 0.96 | 0.32 | 0 | 0 |
| HSL | 200.16º | 1% | 0.52% | - |
| HSV(B) | 200.16º | 0.96% | 1% | - |
| XYZ | 33.13 | 37.18 | 100.04 | - |
| YUV | 133.91 | 196.33 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 255 | 0.96 | 0.32 | 0 | 0 | 200.16 | 1 | 0.52 |
| Hex | B | AD | FF | 60 | 20 | 0 | 0 | C8 | 64 | 34 |
| Octal | 13 | 255 | 377 | 140 | 40 | 0 | 0 | 310 | 144 | 64 |
| Binary | 1011 | 10101101 | 11111111 | 1100000 | 100000 | 0 | 0 | 11001000 | 1100100 | 110100 |
Color Harmonies of #0BADFF
Complementary color
Monochromatic Colors of #0BADFF
Black with #0BADFF
Text Example
Text Example
White with #0BADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BADFF; }
p { color: rgb(11,173,255); }
H1.HeaderClassName
{
color: #0BADFF;
}
.AnyTagClassName
{
color: #0BADFF;
}
</style>
background-color css
<style>
a { background-color: #0BADFF; }
a { background-color: rgb(11,173,255); }
div.DivClassName
{
background-color: #0BADFF;
}
.BgClassName
{
background-color: #0BADFF;
}
</style>
border-color css
<style>
span { border-color: #0BADFF; }
span { border-color: rgb(11,173,255); }
td.TdClassName
{
border-color: #0BADFF;
}
.TagClassName
{
border-color: #0BADFF;
}
</style>