Shades of Sail #AAD1E7
Tints of Sail #AAD1E7
RGB
CMYK
RGB Variations
Color information
#AAD1E7 (or 0xAAD1E7) is known color: Sail. HEX triplet: AA, D1 and E7. RGB value is (170,209,231). Sum of RGB (Red+Green+Blue) = 170+209+231=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAD1E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1E7 is #552E18. Grayscale: #C7C7C7. Windows color (decimal): -5582361 or 15192490. OLE color: 15192490.
HSL color Cylindrical-coordinate representation of color #AAD1E7: hue angle of 201.64º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD1E7 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 209 | 231 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.09 |
| HSL | 201.64º | 0.56% | 0.79% | - |
| HSV(B) | 201.64º | 0.26% | 0.91% | - |
| XYZ | 53.8 | 59.92 | 84.33 | - |
| YUV | 199.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 231 | 0.26 | 0.10 | 0 | 0.09 | 201.64 | 0.56 | 0.79 |
| Hex | AA | D1 | E7 | 1A | A | 0 | 9 | CA | 38 | 4F |
| Octal | 252 | 321 | 347 | 32 | 12 | 0 | 11 | 312 | 70 | 117 |
| Binary | 10101010 | 11010001 | 11100111 | 11010 | 1010 | 0 | 1001 | 11001010 | 111000 | 1001111 |
Color Harmonies of #AAD1E7
Complementary color
Monochromatic Colors of #AAD1E7
Black with #AAD1E7
Text Example
Text Example
White with #AAD1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1E7; }
p { color: rgb(170,209,231); }
H1.HeaderClassName
{
color: #AAD1E7;
}
.AnyTagClassName
{
color: #AAD1E7;
}
</style>
background-color css
<style>
a { background-color: #AAD1E7; }
a { background-color: rgb(170,209,231); }
div.DivClassName
{
background-color: #AAD1E7;
}
.BgClassName
{
background-color: #AAD1E7;
}
</style>
border-color css
<style>
span { border-color: #AAD1E7; }
span { border-color: rgb(170,209,231); }
td.TdClassName
{
border-color: #AAD1E7;
}
.TagClassName
{
border-color: #AAD1E7;
}
</style>