Shades of Deep Sky Blue #0BA5EC
Tints of Deep Sky Blue #0BA5EC
RGB
CMYK
RGB Variations
Color information
#0BA5EC (or 0x0BA5EC) is known color: Deep Sky Blue. HEX triplet: 0B, A5 and EC. RGB value is (11,165,236). Sum of RGB (Red+Green+Blue) = 11+165+236=412 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.67% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BA5EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA5EC is #F45A13. Grayscale: #7E7E7E. Windows color (decimal): -16013844 or 15508747. OLE color: 15508747.
HSL color Cylindrical-coordinate representation of color #0BA5EC: hue angle of 198.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA5EC is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 165 | 236 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.07 |
| HSL | 198.93º | 0.91% | 0.48% | - |
| HSV(B) | 198.93º | 0.95% | 0.93% | - |
| XYZ | 28.73 | 33.04 | 84.22 | - |
| YUV | 127.05 | 189.48 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 165 | 236 | 0.95 | 0.30 | 0 | 0.07 | 198.93 | 0.91 | 0.48 |
| Hex | B | A5 | EC | 5F | 1E | 0 | 7 | C7 | 5B | 30 |
| Octal | 13 | 245 | 354 | 137 | 36 | 0 | 7 | 307 | 133 | 60 |
| Binary | 1011 | 10100101 | 11101100 | 1011111 | 11110 | 0 | 111 | 11000111 | 1011011 | 110000 |
Color Harmonies of #0BA5EC
Complementary color
Monochromatic Colors of #0BA5EC
Black with #0BA5EC
Text Example
Text Example
White with #0BA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA5EC; }
p { color: rgb(11,165,236); }
H1.HeaderClassName
{
color: #0BA5EC;
}
.AnyTagClassName
{
color: #0BA5EC;
}
</style>
background-color css
<style>
a { background-color: #0BA5EC; }
a { background-color: rgb(11,165,236); }
div.DivClassName
{
background-color: #0BA5EC;
}
.BgClassName
{
background-color: #0BA5EC;
}
</style>
border-color css
<style>
span { border-color: #0BA5EC; }
span { border-color: rgb(11,165,236); }
td.TdClassName
{
border-color: #0BA5EC;
}
.TagClassName
{
border-color: #0BA5EC;
}
</style>