Shades of Sail #AAC9E3
Tints of Sail #AAC9E3
RGB
CMYK
RGB Variations
Color information
#AAC9E3 (or 0xAAC9E3) is known color: Sail. HEX triplet: AA, C9 and E3. RGB value is (170,201,227). Sum of RGB (Red+Green+Blue) = 170+201+227=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 227 (89.06% from 255 or 37.96% from 598); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAC9E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9E3 is #55361C. Grayscale: #C2C2C2. Windows color (decimal): -5584413 or 14928298. OLE color: 14928298.
HSL color Cylindrical-coordinate representation of color #AAC9E3: hue angle of 207.37º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAC9E3 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 201 | 227 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.11 |
| HSL | 207.37º | 0.5% | 0.78% | - |
| HSV(B) | 207.37º | 0.25% | 0.89% | - |
| XYZ | 51.33 | 55.87 | 80.75 | - |
| YUV | 194.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 227 | 0.25 | 0.11 | 0 | 0.11 | 207.37 | 0.5 | 0.78 |
| Hex | AA | C9 | E3 | 19 | B | 0 | B | CF | 32 | 4E |
| Octal | 252 | 311 | 343 | 31 | 13 | 0 | 13 | 317 | 62 | 116 |
| Binary | 10101010 | 11001001 | 11100011 | 11001 | 1011 | 0 | 1011 | 11001111 | 110010 | 1001110 |
Color Harmonies of #AAC9E3
Complementary color
Monochromatic Colors of #AAC9E3
Black with #AAC9E3
Text Example
Text Example
White with #AAC9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9E3; }
p { color: rgb(170,201,227); }
H1.HeaderClassName
{
color: #AAC9E3;
}
.AnyTagClassName
{
color: #AAC9E3;
}
</style>
background-color css
<style>
a { background-color: #AAC9E3; }
a { background-color: rgb(170,201,227); }
div.DivClassName
{
background-color: #AAC9E3;
}
.BgClassName
{
background-color: #AAC9E3;
}
</style>
border-color css
<style>
span { border-color: #AAC9E3; }
span { border-color: rgb(170,201,227); }
td.TdClassName
{
border-color: #AAC9E3;
}
.TagClassName
{
border-color: #AAC9E3;
}
</style>