Shades of Sail #AAD0E8
Tints of Sail #AAD0E8
RGB
CMYK
RGB Variations
Color information
#AAD0E8 (or 0xAAD0E8) is known color: Sail. HEX triplet: AA, D0 and E8. RGB value is (170,208,232). Sum of RGB (Red+Green+Blue) = 170+208+232=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAD0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0E8 is #552F17. Grayscale: #C7C7C7. Windows color (decimal): -5582616 or 15257770. OLE color: 15257770.
HSL color Cylindrical-coordinate representation of color #AAD0E8: hue angle of 203.23º 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 #AAD0E8 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 208 | 232 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.09 |
| HSL | 203.23º | 0.57% | 0.79% | - |
| HSV(B) | 203.23º | 0.27% | 0.91% | - |
| XYZ | 53.7 | 59.48 | 85 | - |
| YUV | 199.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 232 | 0.27 | 0.10 | 0 | 0.09 | 203.23 | 0.57 | 0.79 |
| Hex | AA | D0 | E8 | 1B | A | 0 | 9 | CB | 39 | 4F |
| Octal | 252 | 320 | 350 | 33 | 12 | 0 | 11 | 313 | 71 | 117 |
| Binary | 10101010 | 11010000 | 11101000 | 11011 | 1010 | 0 | 1001 | 11001011 | 111001 | 1001111 |
Color Harmonies of #AAD0E8
Complementary color
Monochromatic Colors of #AAD0E8
Black with #AAD0E8
Text Example
Text Example
White with #AAD0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0E8; }
p { color: rgb(170,208,232); }
H1.HeaderClassName
{
color: #AAD0E8;
}
.AnyTagClassName
{
color: #AAD0E8;
}
</style>
background-color css
<style>
a { background-color: #AAD0E8; }
a { background-color: rgb(170,208,232); }
div.DivClassName
{
background-color: #AAD0E8;
}
.BgClassName
{
background-color: #AAD0E8;
}
</style>
border-color css
<style>
span { border-color: #AAD0E8; }
span { border-color: rgb(170,208,232); }
td.TdClassName
{
border-color: #AAD0E8;
}
.TagClassName
{
border-color: #AAD0E8;
}
</style>