Shades of Sail #AAD0EE
Tints of Sail #AAD0EE
RGB
CMYK
RGB Variations
Color information
#AAD0EE (or 0xAAD0EE) is known color: Sail. HEX triplet: AA, D0 and EE. RGB value is (170,208,238). Sum of RGB (Red+Green+Blue) = 170+208+238=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAD0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0EE is #552F11. Grayscale: #C7C7C7. Windows color (decimal): -5582610 or 15650986. OLE color: 15650986.
HSL color Cylindrical-coordinate representation of color #AAD0EE: hue angle of 206.47º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD0EE is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 208 | 238 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.07 |
| HSL | 206.47º | 0.67% | 0.8% | - |
| HSV(B) | 206.47º | 0.29% | 0.93% | - |
| XYZ | 54.57 | 59.83 | 89.56 | - |
| YUV | 200.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 238 | 0.29 | 0.13 | 0 | 0.07 | 206.47 | 0.67 | 0.8 |
| Hex | AA | D0 | EE | 1D | D | 0 | 7 | CE | 43 | 50 |
| Octal | 252 | 320 | 356 | 35 | 15 | 0 | 7 | 316 | 103 | 120 |
| Binary | 10101010 | 11010000 | 11101110 | 11101 | 1101 | 0 | 111 | 11001110 | 1000011 | 1010000 |
Color Harmonies of #AAD0EE
Complementary color
Monochromatic Colors of #AAD0EE
Black with #AAD0EE
Text Example
Text Example
White with #AAD0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0EE; }
p { color: rgb(170,208,238); }
H1.HeaderClassName
{
color: #AAD0EE;
}
.AnyTagClassName
{
color: #AAD0EE;
}
</style>
background-color css
<style>
a { background-color: #AAD0EE; }
a { background-color: rgb(170,208,238); }
div.DivClassName
{
background-color: #AAD0EE;
}
.BgClassName
{
background-color: #AAD0EE;
}
</style>
border-color css
<style>
span { border-color: #AAD0EE; }
span { border-color: rgb(170,208,238); }
td.TdClassName
{
border-color: #AAD0EE;
}
.TagClassName
{
border-color: #AAD0EE;
}
</style>