Shades of Sail #AAD2EB
Tints of Sail #AAD2EB
RGB
CMYK
RGB Variations
Color information
#AAD2EB (or 0xAAD2EB) is known color: Sail. HEX triplet: AA, D2 and EB. RGB value is (170,210,235). Sum of RGB (Red+Green+Blue) = 170+210+235=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2EB is #552D14. Grayscale: #C8C8C8. Windows color (decimal): -5582101 or 15454890. OLE color: 15454890.
HSL color Cylindrical-coordinate representation of color #AAD2EB: hue angle of 203.08º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD2EB is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 210 | 235 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.08 |
| HSL | 203.08º | 0.62% | 0.79% | - |
| HSV(B) | 203.08º | 0.28% | 0.92% | - |
| XYZ | 54.62 | 60.64 | 87.42 | - |
| YUV | 200.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 235 | 0.28 | 0.11 | 0 | 0.08 | 203.08 | 0.62 | 0.79 |
| Hex | AA | D2 | EB | 1C | B | 0 | 8 | CB | 3E | 4F |
| Octal | 252 | 322 | 353 | 34 | 13 | 0 | 10 | 313 | 76 | 117 |
| Binary | 10101010 | 11010010 | 11101011 | 11100 | 1011 | 0 | 1000 | 11001011 | 111110 | 1001111 |
Color Harmonies of #AAD2EB
Complementary color
Monochromatic Colors of #AAD2EB
Black with #AAD2EB
Text Example
Text Example
White with #AAD2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2EB; }
p { color: rgb(170,210,235); }
H1.HeaderClassName
{
color: #AAD2EB;
}
.AnyTagClassName
{
color: #AAD2EB;
}
</style>
background-color css
<style>
a { background-color: #AAD2EB; }
a { background-color: rgb(170,210,235); }
div.DivClassName
{
background-color: #AAD2EB;
}
.BgClassName
{
background-color: #AAD2EB;
}
</style>
border-color css
<style>
span { border-color: #AAD2EB; }
span { border-color: rgb(170,210,235); }
td.TdClassName
{
border-color: #AAD2EB;
}
.TagClassName
{
border-color: #AAD2EB;
}
</style>