Shades of Sail #AAD1E6
Tints of Sail #AAD1E6
RGB
CMYK
RGB Variations
Color information
#AAD1E6 (or 0xAAD1E6) is known color: Sail. HEX triplet: AA, D1 and E6. RGB value is (170,209,230). Sum of RGB (Red+Green+Blue) = 170+209+230=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAD1E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1E6 is #552E19. Grayscale: #C7C7C7. Windows color (decimal): -5582362 or 15126954. OLE color: 15126954.
HSL color Cylindrical-coordinate representation of color #AAD1E6: hue angle of 201º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD1E6 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 209 | 230 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.10 |
| HSL | 201º | 0.55% | 0.78% | - |
| HSV(B) | 201º | 0.26% | 0.9% | - |
| XYZ | 53.66 | 59.86 | 83.59 | - |
| YUV | 199.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 230 | 0.26 | 0.09 | 0 | 0.10 | 201 | 0.55 | 0.78 |
| Hex | AA | D1 | E6 | 1A | 9 | 0 | A | C9 | 37 | 4E |
| Octal | 252 | 321 | 346 | 32 | 11 | 0 | 12 | 311 | 67 | 116 |
| Binary | 10101010 | 11010001 | 11100110 | 11010 | 1001 | 0 | 1010 | 11001001 | 110111 | 1001110 |
Color Harmonies of #AAD1E6
Complementary color
Monochromatic Colors of #AAD1E6
Black with #AAD1E6
Text Example
Text Example
White with #AAD1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1E6; }
p { color: rgb(170,209,230); }
H1.HeaderClassName
{
color: #AAD1E6;
}
.AnyTagClassName
{
color: #AAD1E6;
}
</style>
background-color css
<style>
a { background-color: #AAD1E6; }
a { background-color: rgb(170,209,230); }
div.DivClassName
{
background-color: #AAD1E6;
}
.BgClassName
{
background-color: #AAD1E6;
}
</style>
border-color css
<style>
span { border-color: #AAD1E6; }
span { border-color: rgb(170,209,230); }
td.TdClassName
{
border-color: #AAD1E6;
}
.TagClassName
{
border-color: #AAD1E6;
}
</style>