Shades of Deep Sky Blue #0AAAFC
Tints of Deep Sky Blue #0AAAFC
RGB
CMYK
RGB Variations
Color information
#0AAAFC (or 0x0AAAFC) is known color: Deep Sky Blue. HEX triplet: 0A, AA and FC. RGB value is (10,170,252). Sum of RGB (Red+Green+Blue) = 10+170+252=432 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AAAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAAFC is #F55503. Grayscale: #838383. Windows color (decimal): -16078084 or 16558602. OLE color: 16558602.
HSL color Cylindrical-coordinate representation of color #0AAAFC: hue angle of 200.33º 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 #0AAAFC is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 170 | 252 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.01 |
| HSL | 200.33º | 0.98% | 0.51% | - |
| HSV(B) | 200.33º | 0.96% | 0.99% | - |
| XYZ | 32.07 | 35.84 | 97.32 | - |
| YUV | 131.51 | 195.99 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 252 | 0.96 | 0.33 | 0 | 0.01 | 200.33 | 0.98 | 0.51 |
| Hex | A | AA | FC | 60 | 21 | 0 | 1 | C8 | 62 | 33 |
| Octal | 12 | 252 | 374 | 140 | 41 | 0 | 1 | 310 | 142 | 63 |
| Binary | 1010 | 10101010 | 11111100 | 1100000 | 100001 | 0 | 1 | 11001000 | 1100010 | 110011 |
Color Harmonies of #0AAAFC
Complementary color
Monochromatic Colors of #0AAAFC
Black with #0AAAFC
Text Example
Text Example
White with #0AAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAAFC; }
p { color: rgb(10,170,252); }
H1.HeaderClassName
{
color: #0AAAFC;
}
.AnyTagClassName
{
color: #0AAAFC;
}
</style>
background-color css
<style>
a { background-color: #0AAAFC; }
a { background-color: rgb(10,170,252); }
div.DivClassName
{
background-color: #0AAAFC;
}
.BgClassName
{
background-color: #0AAAFC;
}
</style>
border-color css
<style>
span { border-color: #0AAAFC; }
span { border-color: rgb(10,170,252); }
td.TdClassName
{
border-color: #0AAAFC;
}
.TagClassName
{
border-color: #0AAAFC;
}
</style>