Shades of Sail #AAC9E0
Tints of Sail #AAC9E0
RGB
CMYK
RGB Variations
Color information
#AAC9E0 (or 0xAAC9E0) is known color: Sail. HEX triplet: AA, C9 and E0. RGB value is (170,201,224). Sum of RGB (Red+Green+Blue) = 170+201+224=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAC9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9E0 is #55361F. Grayscale: #C2C2C2. Windows color (decimal): -5584416 or 14731690. OLE color: 14731690.
HSL color Cylindrical-coordinate representation of color #AAC9E0: hue angle of 205.56º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAC9E0 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 201 | 224 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.12 |
| HSL | 205.56º | 0.47% | 0.77% | - |
| HSV(B) | 205.56º | 0.24% | 0.88% | - |
| XYZ | 50.92 | 55.7 | 78.59 | - |
| YUV | 194.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 224 | 0.24 | 0.10 | 0 | 0.12 | 205.56 | 0.47 | 0.77 |
| Hex | AA | C9 | E0 | 18 | A | 0 | C | CE | 2F | 4D |
| Octal | 252 | 311 | 340 | 30 | 12 | 0 | 14 | 316 | 57 | 115 |
| Binary | 10101010 | 11001001 | 11100000 | 11000 | 1010 | 0 | 1100 | 11001110 | 101111 | 1001101 |
Color Harmonies of #AAC9E0
Complementary color
Monochromatic Colors of #AAC9E0
Black with #AAC9E0
Text Example
Text Example
White with #AAC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9E0; }
p { color: rgb(170,201,224); }
H1.HeaderClassName
{
color: #AAC9E0;
}
.AnyTagClassName
{
color: #AAC9E0;
}
</style>
background-color css
<style>
a { background-color: #AAC9E0; }
a { background-color: rgb(170,201,224); }
div.DivClassName
{
background-color: #AAC9E0;
}
.BgClassName
{
background-color: #AAC9E0;
}
</style>
border-color css
<style>
span { border-color: #AAC9E0; }
span { border-color: rgb(170,201,224); }
td.TdClassName
{
border-color: #AAC9E0;
}
.TagClassName
{
border-color: #AAC9E0;
}
</style>