Shades of Sail #AAD2EC
Tints of Sail #AAD2EC
RGB
CMYK
RGB Variations
Color information
#AAD2EC (or 0xAAD2EC) is known color: Sail. HEX triplet: AA, D2 and EC. RGB value is (170,210,236). Sum of RGB (Red+Green+Blue) = 170+210+236=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAD2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2EC is #552D13. Grayscale: #C8C8C8. Windows color (decimal): -5582100 or 15520426. OLE color: 15520426.
HSL color Cylindrical-coordinate representation of color #AAD2EC: hue angle of 203.64º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD2EC is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 210 | 236 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.07 |
| HSL | 203.64º | 0.63% | 0.8% | - |
| HSV(B) | 203.64º | 0.28% | 0.93% | - |
| XYZ | 54.76 | 60.7 | 88.19 | - |
| YUV | 201 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 236 | 0.28 | 0.11 | 0 | 0.07 | 203.64 | 0.63 | 0.8 |
| Hex | AA | D2 | EC | 1C | B | 0 | 7 | CC | 3F | 50 |
| Octal | 252 | 322 | 354 | 34 | 13 | 0 | 7 | 314 | 77 | 120 |
| Binary | 10101010 | 11010010 | 11101100 | 11100 | 1011 | 0 | 111 | 11001100 | 111111 | 1010000 |
Color Harmonies of #AAD2EC
Complementary color
Monochromatic Colors of #AAD2EC
Black with #AAD2EC
Text Example
Text Example
White with #AAD2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2EC; }
p { color: rgb(170,210,236); }
H1.HeaderClassName
{
color: #AAD2EC;
}
.AnyTagClassName
{
color: #AAD2EC;
}
</style>
background-color css
<style>
a { background-color: #AAD2EC; }
a { background-color: rgb(170,210,236); }
div.DivClassName
{
background-color: #AAD2EC;
}
.BgClassName
{
background-color: #AAD2EC;
}
</style>
border-color css
<style>
span { border-color: #AAD2EC; }
span { border-color: rgb(170,210,236); }
td.TdClassName
{
border-color: #AAD2EC;
}
.TagClassName
{
border-color: #AAD2EC;
}
</style>