Shades of Sail #AAD2E8
Tints of Sail #AAD2E8
RGB
CMYK
RGB Variations
Color information
#AAD2E8 (or 0xAAD2E8) is known color: Sail. HEX triplet: AA, D2 and E8. RGB value is (170,210,232). Sum of RGB (Red+Green+Blue) = 170+210+232=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAD2E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2E8 is #552D17. Grayscale: #C8C8C8. Windows color (decimal): -5582104 or 15258282. OLE color: 15258282.
HSL color Cylindrical-coordinate representation of color #AAD2E8: hue angle of 201.29º degrees, saturation: 0.57, 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 #AAD2E8 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 210 | 232 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.09 |
| HSL | 201.29º | 0.57% | 0.79% | - |
| HSV(B) | 201.29º | 0.27% | 0.91% | - |
| XYZ | 54.19 | 60.47 | 85.16 | - |
| YUV | 200.55 | 145.75 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 232 | 0.27 | 0.09 | 0 | 0.09 | 201.29 | 0.57 | 0.79 |
| Hex | AA | D2 | E8 | 1B | 9 | 0 | 9 | C9 | 39 | 4F |
| Octal | 252 | 322 | 350 | 33 | 11 | 0 | 11 | 311 | 71 | 117 |
| Binary | 10101010 | 11010010 | 11101000 | 11011 | 1001 | 0 | 1001 | 11001001 | 111001 | 1001111 |
Color Harmonies of #AAD2E8
Complementary color
Monochromatic Colors of #AAD2E8
Black with #AAD2E8
Text Example
Text Example
White with #AAD2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2E8; }
p { color: rgb(170,210,232); }
H1.HeaderClassName
{
color: #AAD2E8;
}
.AnyTagClassName
{
color: #AAD2E8;
}
</style>
background-color css
<style>
a { background-color: #AAD2E8; }
a { background-color: rgb(170,210,232); }
div.DivClassName
{
background-color: #AAD2E8;
}
.BgClassName
{
background-color: #AAD2E8;
}
</style>
border-color css
<style>
span { border-color: #AAD2E8; }
span { border-color: rgb(170,210,232); }
td.TdClassName
{
border-color: #AAD2E8;
}
.TagClassName
{
border-color: #AAD2E8;
}
</style>