Shades of Deep Sky Blue #0BA3EA
Tints of Deep Sky Blue #0BA3EA
RGB
CMYK
RGB Variations
Color information
#0BA3EA (or 0x0BA3EA) is known color: Deep Sky Blue. HEX triplet: 0B, A3 and EA. RGB value is (11,163,234). Sum of RGB (Red+Green+Blue) = 11+163+234=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BA3EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA3EA is #F45C15. Grayscale: #7D7D7D. Windows color (decimal): -16014358 or 15377163. OLE color: 15377163.
HSL color Cylindrical-coordinate representation of color #0BA3EA: hue angle of 199.1º 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 #0BA3EA is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 163 | 234 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.08 |
| HSL | 199.1º | 0.91% | 0.48% | - |
| HSV(B) | 199.1º | 0.95% | 0.92% | - |
| XYZ | 28.09 | 32.21 | 82.58 | - |
| YUV | 125.65 | 189.14 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 163 | 234 | 0.95 | 0.30 | 0 | 0.08 | 199.1 | 0.91 | 0.48 |
| Hex | B | A3 | EA | 5F | 1E | 0 | 8 | C7 | 5B | 30 |
| Octal | 13 | 243 | 352 | 137 | 36 | 0 | 10 | 307 | 133 | 60 |
| Binary | 1011 | 10100011 | 11101010 | 1011111 | 11110 | 0 | 1000 | 11000111 | 1011011 | 110000 |
Color Harmonies of #0BA3EA
Complementary color
Monochromatic Colors of #0BA3EA
Black with #0BA3EA
Text Example
Text Example
White with #0BA3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA3EA; }
p { color: rgb(11,163,234); }
H1.HeaderClassName
{
color: #0BA3EA;
}
.AnyTagClassName
{
color: #0BA3EA;
}
</style>
background-color css
<style>
a { background-color: #0BA3EA; }
a { background-color: rgb(11,163,234); }
div.DivClassName
{
background-color: #0BA3EA;
}
.BgClassName
{
background-color: #0BA3EA;
}
</style>
border-color css
<style>
span { border-color: #0BA3EA; }
span { border-color: rgb(11,163,234); }
td.TdClassName
{
border-color: #0BA3EA;
}
.TagClassName
{
border-color: #0BA3EA;
}
</style>