Shades of Sail #AAD0E9
Tints of Sail #AAD0E9
RGB
CMYK
RGB Variations
Color information
#AAD0E9 (or 0xAAD0E9) is known color: Sail. HEX triplet: AA, D0 and E9. RGB value is (170,208,233). Sum of RGB (Red+Green+Blue) = 170+208+233=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAD0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0E9 is #552F16. Grayscale: #C7C7C7. Windows color (decimal): -5582615 or 15323306. OLE color: 15323306.
HSL color Cylindrical-coordinate representation of color #AAD0E9: hue angle of 203.81º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD0E9 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 208 | 233 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.09 |
| HSL | 203.81º | 0.59% | 0.79% | - |
| HSV(B) | 203.81º | 0.27% | 0.91% | - |
| XYZ | 53.84 | 59.54 | 85.75 | - |
| YUV | 199.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 233 | 0.27 | 0.11 | 0 | 0.09 | 203.81 | 0.59 | 0.79 |
| Hex | AA | D0 | E9 | 1B | B | 0 | 9 | CC | 3B | 4F |
| Octal | 252 | 320 | 351 | 33 | 13 | 0 | 11 | 314 | 73 | 117 |
| Binary | 10101010 | 11010000 | 11101001 | 11011 | 1011 | 0 | 1001 | 11001100 | 111011 | 1001111 |
Color Harmonies of #AAD0E9
Complementary color
Monochromatic Colors of #AAD0E9
Black with #AAD0E9
Text Example
Text Example
White with #AAD0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0E9; }
p { color: rgb(170,208,233); }
H1.HeaderClassName
{
color: #AAD0E9;
}
.AnyTagClassName
{
color: #AAD0E9;
}
</style>
background-color css
<style>
a { background-color: #AAD0E9; }
a { background-color: rgb(170,208,233); }
div.DivClassName
{
background-color: #AAD0E9;
}
.BgClassName
{
background-color: #AAD0E9;
}
</style>
border-color css
<style>
span { border-color: #AAD0E9; }
span { border-color: rgb(170,208,233); }
td.TdClassName
{
border-color: #AAD0E9;
}
.TagClassName
{
border-color: #AAD0E9;
}
</style>