Shades of Deep Sky Blue #0AA3EE
Tints of Deep Sky Blue #0AA3EE
RGB
CMYK
RGB Variations
Color information
#0AA3EE (or 0x0AA3EE) is known color: Deep Sky Blue. HEX triplet: 0A, A3 and EE. RGB value is (10,163,238). Sum of RGB (Red+Green+Blue) = 10+163+238=411 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #0AA3EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA3EE is #F55C11. Grayscale: #7D7D7D. Windows color (decimal): -16079890 or 15639306. OLE color: 15639306.
HSL color Cylindrical-coordinate representation of color #0AA3EE: hue angle of 199.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AA3EE is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 163 | 238 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.07 |
| HSL | 199.74º | 0.92% | 0.49% | - |
| HSV(B) | 199.74º | 0.96% | 0.93% | - |
| XYZ | 28.65 | 32.43 | 85.64 | - |
| YUV | 125.8 | 191.31 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 163 | 238 | 0.96 | 0.32 | 0 | 0.07 | 199.74 | 0.92 | 0.49 |
| Hex | A | A3 | EE | 60 | 20 | 0 | 7 | C8 | 5C | 31 |
| Octal | 12 | 243 | 356 | 140 | 40 | 0 | 7 | 310 | 134 | 61 |
| Binary | 1010 | 10100011 | 11101110 | 1100000 | 100000 | 0 | 111 | 11001000 | 1011100 | 110001 |
Color Harmonies of #0AA3EE
Complementary color
Monochromatic Colors of #0AA3EE
Black with #0AA3EE
Text Example
Text Example
White with #0AA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA3EE; }
p { color: rgb(10,163,238); }
H1.HeaderClassName
{
color: #0AA3EE;
}
.AnyTagClassName
{
color: #0AA3EE;
}
</style>
background-color css
<style>
a { background-color: #0AA3EE; }
a { background-color: rgb(10,163,238); }
div.DivClassName
{
background-color: #0AA3EE;
}
.BgClassName
{
background-color: #0AA3EE;
}
</style>
border-color css
<style>
span { border-color: #0AA3EE; }
span { border-color: rgb(10,163,238); }
td.TdClassName
{
border-color: #0AA3EE;
}
.TagClassName
{
border-color: #0AA3EE;
}
</style>