Shades of Sail #AAD2EA
Tints of Sail #AAD2EA
RGB
CMYK
RGB Variations
Color information
#AAD2EA (or 0xAAD2EA) is known color: Sail. HEX triplet: AA, D2 and EA. RGB value is (170,210,234). Sum of RGB (Red+Green+Blue) = 170+210+234=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAD2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2EA is #552D15. Grayscale: #C8C8C8. Windows color (decimal): -5582102 or 15389354. OLE color: 15389354.
HSL color Cylindrical-coordinate representation of color #AAD2EA: hue angle of 202.5º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD2EA is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 210 | 234 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.08 |
| HSL | 202.5º | 0.6% | 0.79% | - |
| HSV(B) | 202.5º | 0.27% | 0.92% | - |
| XYZ | 54.48 | 60.58 | 86.66 | - |
| YUV | 200.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 234 | 0.27 | 0.10 | 0 | 0.08 | 202.5 | 0.6 | 0.79 |
| Hex | AA | D2 | EA | 1B | A | 0 | 8 | CA | 3C | 4F |
| Octal | 252 | 322 | 352 | 33 | 12 | 0 | 10 | 312 | 74 | 117 |
| Binary | 10101010 | 11010010 | 11101010 | 11011 | 1010 | 0 | 1000 | 11001010 | 111100 | 1001111 |
Color Harmonies of #AAD2EA
Complementary color
Monochromatic Colors of #AAD2EA
Black with #AAD2EA
Text Example
Text Example
White with #AAD2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2EA; }
p { color: rgb(170,210,234); }
H1.HeaderClassName
{
color: #AAD2EA;
}
.AnyTagClassName
{
color: #AAD2EA;
}
</style>
background-color css
<style>
a { background-color: #AAD2EA; }
a { background-color: rgb(170,210,234); }
div.DivClassName
{
background-color: #AAD2EA;
}
.BgClassName
{
background-color: #AAD2EA;
}
</style>
border-color css
<style>
span { border-color: #AAD2EA; }
span { border-color: rgb(170,210,234); }
td.TdClassName
{
border-color: #AAD2EA;
}
.TagClassName
{
border-color: #AAD2EA;
}
</style>