Shades of Sail #AAD3EA
Tints of Sail #AAD3EA
RGB
CMYK
RGB Variations
Color information
#AAD3EA (or 0xAAD3EA) is known color: Sail. HEX triplet: AA, D3 and EA. RGB value is (170,211,234). Sum of RGB (Red+Green+Blue) = 170+211+234=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAD3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3EA is #552C15. Grayscale: #C9C9C9. Windows color (decimal): -5581846 or 15389610. OLE color: 15389610.
HSL color Cylindrical-coordinate representation of color #AAD3EA: hue angle of 201.56º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD3EA is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 211 | 234 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.08 |
| HSL | 201.56º | 0.6% | 0.79% | - |
| HSV(B) | 201.56º | 0.27% | 0.92% | - |
| XYZ | 54.72 | 61.08 | 86.75 | - |
| YUV | 201.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 234 | 0.27 | 0.10 | 0 | 0.08 | 201.56 | 0.6 | 0.79 |
| Hex | AA | D3 | EA | 1B | A | 0 | 8 | CA | 3C | 4F |
| Octal | 252 | 323 | 352 | 33 | 12 | 0 | 10 | 312 | 74 | 117 |
| Binary | 10101010 | 11010011 | 11101010 | 11011 | 1010 | 0 | 1000 | 11001010 | 111100 | 1001111 |
Color Harmonies of #AAD3EA
Complementary color
Monochromatic Colors of #AAD3EA
Black with #AAD3EA
Text Example
Text Example
White with #AAD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD3EA; }
p { color: rgb(170,211,234); }
H1.HeaderClassName
{
color: #AAD3EA;
}
.AnyTagClassName
{
color: #AAD3EA;
}
</style>
background-color css
<style>
a { background-color: #AAD3EA; }
a { background-color: rgb(170,211,234); }
div.DivClassName
{
background-color: #AAD3EA;
}
.BgClassName
{
background-color: #AAD3EA;
}
</style>
border-color css
<style>
span { border-color: #AAD3EA; }
span { border-color: rgb(170,211,234); }
td.TdClassName
{
border-color: #AAD3EA;
}
.TagClassName
{
border-color: #AAD3EA;
}
</style>