Shades of Sail #AAD2ED
Tints of Sail #AAD2ED
RGB
CMYK
RGB Variations
Color information
#AAD2ED (or 0xAAD2ED) is known color: Sail. HEX triplet: AA, D2 and ED. RGB value is (170,210,237). Sum of RGB (Red+Green+Blue) = 170+210+237=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAD2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2ED is #552D12. Grayscale: #C8C8C8. Windows color (decimal): -5582099 or 15585962. OLE color: 15585962.
HSL color Cylindrical-coordinate representation of color #AAD2ED: hue angle of 204.18º degrees, saturation: 0.65, 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 #AAD2ED is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 210 | 237 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.07 |
| HSL | 204.18º | 0.65% | 0.8% | - |
| HSV(B) | 204.18º | 0.28% | 0.93% | - |
| XYZ | 54.91 | 60.75 | 88.95 | - |
| YUV | 201.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 237 | 0.28 | 0.11 | 0 | 0.07 | 204.18 | 0.65 | 0.8 |
| Hex | AA | D2 | ED | 1C | B | 0 | 7 | CC | 41 | 50 |
| Octal | 252 | 322 | 355 | 34 | 13 | 0 | 7 | 314 | 101 | 120 |
| Binary | 10101010 | 11010010 | 11101101 | 11100 | 1011 | 0 | 111 | 11001100 | 1000001 | 1010000 |
Color Harmonies of #AAD2ED
Complementary color
Monochromatic Colors of #AAD2ED
Black with #AAD2ED
Text Example
Text Example
White with #AAD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2ED; }
p { color: rgb(170,210,237); }
H1.HeaderClassName
{
color: #AAD2ED;
}
.AnyTagClassName
{
color: #AAD2ED;
}
</style>
background-color css
<style>
a { background-color: #AAD2ED; }
a { background-color: rgb(170,210,237); }
div.DivClassName
{
background-color: #AAD2ED;
}
.BgClassName
{
background-color: #AAD2ED;
}
</style>
border-color css
<style>
span { border-color: #AAD2ED; }
span { border-color: rgb(170,210,237); }
td.TdClassName
{
border-color: #AAD2ED;
}
.TagClassName
{
border-color: #AAD2ED;
}
</style>