Shades of Sail #AAD1EC
Tints of Sail #AAD1EC
RGB
CMYK
RGB Variations
Color information
#AAD1EC (or 0xAAD1EC) is known color: Sail. HEX triplet: AA, D1 and EC. RGB value is (170,209,236). Sum of RGB (Red+Green+Blue) = 170+209+236=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAD1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1EC is #552E13. Grayscale: #C8C8C8. Windows color (decimal): -5582356 or 15520170. OLE color: 15520170.
HSL color Cylindrical-coordinate representation of color #AAD1EC: hue angle of 204.55º 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 #AAD1EC is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 209 | 236 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.07 |
| HSL | 204.55º | 0.63% | 0.8% | - |
| HSV(B) | 204.55º | 0.28% | 0.93% | - |
| XYZ | 54.52 | 60.2 | 88.1 | - |
| YUV | 200.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 236 | 0.28 | 0.11 | 0 | 0.07 | 204.55 | 0.63 | 0.8 |
| Hex | AA | D1 | EC | 1C | B | 0 | 7 | CD | 3F | 50 |
| Octal | 252 | 321 | 354 | 34 | 13 | 0 | 7 | 315 | 77 | 120 |
| Binary | 10101010 | 11010001 | 11101100 | 11100 | 1011 | 0 | 111 | 11001101 | 111111 | 1010000 |
Color Harmonies of #AAD1EC
Complementary color
Monochromatic Colors of #AAD1EC
Black with #AAD1EC
Text Example
Text Example
White with #AAD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1EC; }
p { color: rgb(170,209,236); }
H1.HeaderClassName
{
color: #AAD1EC;
}
.AnyTagClassName
{
color: #AAD1EC;
}
</style>
background-color css
<style>
a { background-color: #AAD1EC; }
a { background-color: rgb(170,209,236); }
div.DivClassName
{
background-color: #AAD1EC;
}
.BgClassName
{
background-color: #AAD1EC;
}
</style>
border-color css
<style>
span { border-color: #AAD1EC; }
span { border-color: rgb(170,209,236); }
td.TdClassName
{
border-color: #AAD1EC;
}
.TagClassName
{
border-color: #AAD1EC;
}
</style>