Shades of Deep Sky Blue #0AA9EA
Tints of Deep Sky Blue #0AA9EA
RGB
CMYK
RGB Variations
Color information
#0AA9EA (or 0x0AA9EA) is known color: Deep Sky Blue. HEX triplet: 0A, A9 and EA. RGB value is (10,169,234). Sum of RGB (Red+Green+Blue) = 10+169+234=413 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #0AA9EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA9EA is #F55615. Grayscale: #808080. Windows color (decimal): -16078358 or 15378698. OLE color: 15378698.
HSL color Cylindrical-coordinate representation of color #0AA9EA: hue angle of 197.41º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AA9EA is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 169 | 234 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.08 |
| HSL | 197.41º | 0.92% | 0.48% | - |
| HSV(B) | 197.41º | 0.96% | 0.92% | - |
| XYZ | 29.16 | 34.38 | 82.94 | - |
| YUV | 128.87 | 187.32 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 169 | 234 | 0.96 | 0.28 | 0 | 0.08 | 197.41 | 0.92 | 0.48 |
| Hex | A | A9 | EA | 60 | 1C | 0 | 8 | C5 | 5C | 30 |
| Octal | 12 | 251 | 352 | 140 | 34 | 0 | 10 | 305 | 134 | 60 |
| Binary | 1010 | 10101001 | 11101010 | 1100000 | 11100 | 0 | 1000 | 11000101 | 1011100 | 110000 |
Color Harmonies of #0AA9EA
Complementary color
Monochromatic Colors of #0AA9EA
Black with #0AA9EA
Text Example
Text Example
White with #0AA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA9EA; }
p { color: rgb(10,169,234); }
H1.HeaderClassName
{
color: #0AA9EA;
}
.AnyTagClassName
{
color: #0AA9EA;
}
</style>
background-color css
<style>
a { background-color: #0AA9EA; }
a { background-color: rgb(10,169,234); }
div.DivClassName
{
background-color: #0AA9EA;
}
.BgClassName
{
background-color: #0AA9EA;
}
</style>
border-color css
<style>
span { border-color: #0AA9EA; }
span { border-color: rgb(10,169,234); }
td.TdClassName
{
border-color: #0AA9EA;
}
.TagClassName
{
border-color: #0AA9EA;
}
</style>