Shades of Deep Sky Blue #0AA9FC
Tints of Deep Sky Blue #0AA9FC
RGB
CMYK
RGB Variations
Color information
#0AA9FC (or 0x0AA9FC) is known color: Deep Sky Blue. HEX triplet: 0A, A9 and FC. RGB value is (10,169,252). Sum of RGB (Red+Green+Blue) = 10+169+252=431 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.32% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AA9FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA9FC is #F55603. Grayscale: #828282. Windows color (decimal): -16078340 or 16558346. OLE color: 16558346.
HSL color Cylindrical-coordinate representation of color #0AA9FC: hue angle of 200.58º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AA9FC is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 169 | 252 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.01 |
| HSL | 200.58º | 0.98% | 0.51% | - |
| HSV(B) | 200.58º | 0.96% | 0.99% | - |
| XYZ | 31.88 | 35.47 | 97.26 | - |
| YUV | 130.92 | 196.32 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 169 | 252 | 0.96 | 0.33 | 0 | 0.01 | 200.58 | 0.98 | 0.51 |
| Hex | A | A9 | FC | 60 | 21 | 0 | 1 | C9 | 62 | 33 |
| Octal | 12 | 251 | 374 | 140 | 41 | 0 | 1 | 311 | 142 | 63 |
| Binary | 1010 | 10101001 | 11111100 | 1100000 | 100001 | 0 | 1 | 11001001 | 1100010 | 110011 |
Color Harmonies of #0AA9FC
Complementary color
Monochromatic Colors of #0AA9FC
Black with #0AA9FC
Text Example
Text Example
White with #0AA9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA9FC; }
p { color: rgb(10,169,252); }
H1.HeaderClassName
{
color: #0AA9FC;
}
.AnyTagClassName
{
color: #0AA9FC;
}
</style>
background-color css
<style>
a { background-color: #0AA9FC; }
a { background-color: rgb(10,169,252); }
div.DivClassName
{
background-color: #0AA9FC;
}
.BgClassName
{
background-color: #0AA9FC;
}
</style>
border-color css
<style>
span { border-color: #0AA9FC; }
span { border-color: rgb(10,169,252); }
td.TdClassName
{
border-color: #0AA9FC;
}
.TagClassName
{
border-color: #0AA9FC;
}
</style>