Shades of Deep Sky Blue #0BA5ED
Tints of Deep Sky Blue #0BA5ED
RGB
CMYK
RGB Variations
Color information
#0BA5ED (or 0x0BA5ED) is known color: Deep Sky Blue. HEX triplet: 0B, A5 and ED. RGB value is (11,165,237). Sum of RGB (Red+Green+Blue) = 11+165+237=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BA5ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA5ED is #F45A12. Grayscale: #7E7E7E. Windows color (decimal): -16013843 or 15574283. OLE color: 15574283.
HSL color Cylindrical-coordinate representation of color #0BA5ED: hue angle of 199.12º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA5ED is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 165 | 237 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.07 |
| HSL | 199.12º | 0.91% | 0.49% | - |
| HSV(B) | 199.12º | 0.95% | 0.93% | - |
| XYZ | 28.88 | 33.1 | 84.99 | - |
| YUV | 127.16 | 189.98 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 165 | 237 | 0.95 | 0.30 | 0 | 0.07 | 199.12 | 0.91 | 0.49 |
| Hex | B | A5 | ED | 5F | 1E | 0 | 7 | C7 | 5B | 31 |
| Octal | 13 | 245 | 355 | 137 | 36 | 0 | 7 | 307 | 133 | 61 |
| Binary | 1011 | 10100101 | 11101101 | 1011111 | 11110 | 0 | 111 | 11000111 | 1011011 | 110001 |
Color Harmonies of #0BA5ED
Complementary color
Monochromatic Colors of #0BA5ED
Black with #0BA5ED
Text Example
Text Example
White with #0BA5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA5ED; }
p { color: rgb(11,165,237); }
H1.HeaderClassName
{
color: #0BA5ED;
}
.AnyTagClassName
{
color: #0BA5ED;
}
</style>
background-color css
<style>
a { background-color: #0BA5ED; }
a { background-color: rgb(11,165,237); }
div.DivClassName
{
background-color: #0BA5ED;
}
.BgClassName
{
background-color: #0BA5ED;
}
</style>
border-color css
<style>
span { border-color: #0BA5ED; }
span { border-color: rgb(11,165,237); }
td.TdClassName
{
border-color: #0BA5ED;
}
.TagClassName
{
border-color: #0BA5ED;
}
</style>