Shades of Deep Sky Blue #01AAE9
Tints of Deep Sky Blue #01AAE9
RGB
CMYK
RGB Variations
Color information
#01AAE9 (or 0x01AAE9) is known color: Deep Sky Blue. HEX triplet: 01, AA and E9. RGB value is (1,170,233). Sum of RGB (Red+Green+Blue) = 1+170+233=404 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 233 (91.41% from 255 or 57.67% from 404); Max value from RGB is 233 - color contains mainly: blue. Hex color #01AAE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01AAE9 is #FE5516. Grayscale: #7E7E7E. Windows color (decimal): -16667927 or 15313409. OLE color: 15313409.
HSL color Cylindrical-coordinate representation of color #01AAE9: hue angle of 196.29º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AAE9 is Cyan = 1.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 170 | 233 | - |
| CMYK | 1.00 | 0.27 | 0 | 0.09 |
| HSL | 196.29º | 0.99% | 0.46% | - |
| HSV(B) | 196.29º | 1% | 0.91% | - |
| XYZ | 29.1 | 34.64 | 82.24 | - |
| YUV | 126.65 | 188.01 | 38.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 233 | 1.00 | 0.27 | 0 | 0.09 | 196.29 | 0.99 | 0.46 |
| Hex | 1 | AA | E9 | 64 | 1B | 0 | 9 | C4 | 63 | 2E |
| Octal | 1 | 252 | 351 | 144 | 33 | 0 | 11 | 304 | 143 | 56 |
| Binary | 1 | 10101010 | 11101001 | 1100100 | 11011 | 0 | 1001 | 11000100 | 1100011 | 101110 |
Color Harmonies of #01AAE9
Complementary color
Monochromatic Colors of #01AAE9
Black with #01AAE9
Text Example
Text Example
White with #01AAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AAE9; }
p { color: rgb(1,170,233); }
H1.HeaderClassName
{
color: #01AAE9;
}
.AnyTagClassName
{
color: #01AAE9;
}
</style>
background-color css
<style>
a { background-color: #01AAE9; }
a { background-color: rgb(1,170,233); }
div.DivClassName
{
background-color: #01AAE9;
}
.BgClassName
{
background-color: #01AAE9;
}
</style>
border-color css
<style>
span { border-color: #01AAE9; }
span { border-color: rgb(1,170,233); }
td.TdClassName
{
border-color: #01AAE9;
}
.TagClassName
{
border-color: #01AAE9;
}
</style>