Shades of Sail #AAD2F0
Tints of Sail #AAD2F0
RGB
CMYK
RGB Variations
Color information
#AAD2F0 (or 0xAAD2F0) is known color: Sail. HEX triplet: AA, D2 and F0. RGB value is (170,210,240). Sum of RGB (Red+Green+Blue) = 170+210+240=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAD2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2F0 is #552D0F. Grayscale: #C9C9C9. Windows color (decimal): -5582096 or 15782570. OLE color: 15782570.
HSL color Cylindrical-coordinate representation of color #AAD2F0: hue angle of 205.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD2F0 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 210 | 240 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.06 |
| HSL | 205.71º | 0.7% | 0.8% | - |
| HSV(B) | 205.71º | 0.29% | 0.94% | - |
| XYZ | 55.35 | 60.93 | 91.28 | - |
| YUV | 201.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 240 | 0.29 | 0.12 | 0 | 0.06 | 205.71 | 0.7 | 0.8 |
| Hex | AA | D2 | F0 | 1D | C | 0 | 6 | CE | 46 | 50 |
| Octal | 252 | 322 | 360 | 35 | 14 | 0 | 6 | 316 | 106 | 120 |
| Binary | 10101010 | 11010010 | 11110000 | 11101 | 1100 | 0 | 110 | 11001110 | 1000110 | 1010000 |
Color Harmonies of #AAD2F0
Complementary color
Monochromatic Colors of #AAD2F0
Black with #AAD2F0
Text Example
Text Example
White with #AAD2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2F0; }
p { color: rgb(170,210,240); }
H1.HeaderClassName
{
color: #AAD2F0;
}
.AnyTagClassName
{
color: #AAD2F0;
}
</style>
background-color css
<style>
a { background-color: #AAD2F0; }
a { background-color: rgb(170,210,240); }
div.DivClassName
{
background-color: #AAD2F0;
}
.BgClassName
{
background-color: #AAD2F0;
}
</style>
border-color css
<style>
span { border-color: #AAD2F0; }
span { border-color: rgb(170,210,240); }
td.TdClassName
{
border-color: #AAD2F0;
}
.TagClassName
{
border-color: #AAD2F0;
}
</style>