Shades of Sail #AAD0E4
Tints of Sail #AAD0E4
RGB
CMYK
RGB Variations
Color information
#AAD0E4 (or 0xAAD0E4) is known color: Sail. HEX triplet: AA, D0 and E4. RGB value is (170,208,228). Sum of RGB (Red+Green+Blue) = 170+208+228=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAD0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0E4 is #552F1B. Grayscale: #C6C6C6. Windows color (decimal): -5582620 or 14995626. OLE color: 14995626.
HSL color Cylindrical-coordinate representation of color #AAD0E4: hue angle of 200.69º degrees, saturation: 0.52, 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 #AAD0E4 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 208 | 228 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.11 |
| HSL | 200.69º | 0.52% | 0.78% | - |
| HSV(B) | 200.69º | 0.25% | 0.89% | - |
| XYZ | 53.14 | 59.26 | 82.04 | - |
| YUV | 198.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 228 | 0.25 | 0.09 | 0 | 0.11 | 200.69 | 0.52 | 0.78 |
| Hex | AA | D0 | E4 | 19 | 9 | 0 | B | C9 | 34 | 4E |
| Octal | 252 | 320 | 344 | 31 | 11 | 0 | 13 | 311 | 64 | 116 |
| Binary | 10101010 | 11010000 | 11100100 | 11001 | 1001 | 0 | 1011 | 11001001 | 110100 | 1001110 |
Color Harmonies of #AAD0E4
Complementary color
Monochromatic Colors of #AAD0E4
Black with #AAD0E4
Text Example
Text Example
White with #AAD0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0E4; }
p { color: rgb(170,208,228); }
H1.HeaderClassName
{
color: #AAD0E4;
}
.AnyTagClassName
{
color: #AAD0E4;
}
</style>
background-color css
<style>
a { background-color: #AAD0E4; }
a { background-color: rgb(170,208,228); }
div.DivClassName
{
background-color: #AAD0E4;
}
.BgClassName
{
background-color: #AAD0E4;
}
</style>
border-color css
<style>
span { border-color: #AAD0E4; }
span { border-color: rgb(170,208,228); }
td.TdClassName
{
border-color: #AAD0E4;
}
.TagClassName
{
border-color: #AAD0E4;
}
</style>