Shades of Deep Sky Blue #0AAEFC
Tints of Deep Sky Blue #0AAEFC
RGB
CMYK
RGB Variations
Color information
#0AAEFC (or 0x0AAEFC) is known color: Deep Sky Blue. HEX triplet: 0A, AE and FC. RGB value is (10,174,252). Sum of RGB (Red+Green+Blue) = 10+174+252=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AAEFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAEFC is #F55103. Grayscale: #858585. Windows color (decimal): -16077060 or 16559626. OLE color: 16559626.
HSL color Cylindrical-coordinate representation of color #0AAEFC: hue angle of 199.34º 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 #0AAEFC is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 174 | 252 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.01 |
| HSL | 199.34º | 0.98% | 0.51% | - |
| HSV(B) | 199.34º | 0.96% | 0.99% | - |
| XYZ | 32.83 | 37.36 | 97.58 | - |
| YUV | 133.86 | 194.67 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 252 | 0.96 | 0.31 | 0 | 0.01 | 199.34 | 0.98 | 0.51 |
| Hex | A | AE | FC | 60 | 1F | 0 | 1 | C7 | 62 | 33 |
| Octal | 12 | 256 | 374 | 140 | 37 | 0 | 1 | 307 | 142 | 63 |
| Binary | 1010 | 10101110 | 11111100 | 1100000 | 11111 | 0 | 1 | 11000111 | 1100010 | 110011 |
Color Harmonies of #0AAEFC
Complementary color
Monochromatic Colors of #0AAEFC
Black with #0AAEFC
Text Example
Text Example
White with #0AAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAEFC; }
p { color: rgb(10,174,252); }
H1.HeaderClassName
{
color: #0AAEFC;
}
.AnyTagClassName
{
color: #0AAEFC;
}
</style>
background-color css
<style>
a { background-color: #0AAEFC; }
a { background-color: rgb(10,174,252); }
div.DivClassName
{
background-color: #0AAEFC;
}
.BgClassName
{
background-color: #0AAEFC;
}
</style>
border-color css
<style>
span { border-color: #0AAEFC; }
span { border-color: rgb(10,174,252); }
td.TdClassName
{
border-color: #0AAEFC;
}
.TagClassName
{
border-color: #0AAEFC;
}
</style>