Shades of Sail #AAD4EA
Tints of Sail #AAD4EA
RGB
CMYK
RGB Variations
Color information
#AAD4EA (or 0xAAD4EA) is known color: Sail. HEX triplet: AA, D4 and EA. RGB value is (170,212,234). Sum of RGB (Red+Green+Blue) = 170+212+234=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAD4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD4EA is #552B15. Grayscale: #C9C9C9. Windows color (decimal): -5581590 or 15389866. OLE color: 15389866.
HSL color Cylindrical-coordinate representation of color #AAD4EA: hue angle of 200.62º 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 #AAD4EA is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 212 | 234 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.08 |
| HSL | 200.63º | 0.6% | 0.79% | - |
| HSV(B) | 200.63º | 0.27% | 0.92% | - |
| XYZ | 54.97 | 61.57 | 86.83 | - |
| YUV | 201.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 234 | 0.27 | 0.09 | 0 | 0.08 | 200.63 | 0.6 | 0.79 |
| Hex | AA | D4 | EA | 1B | 9 | 0 | 8 | C9 | 3C | 4F |
| Octal | 252 | 324 | 352 | 33 | 11 | 0 | 10 | 311 | 74 | 117 |
| Binary | 10101010 | 11010100 | 11101010 | 11011 | 1001 | 0 | 1000 | 11001001 | 111100 | 1001111 |
Color Harmonies of #AAD4EA
Complementary color
Monochromatic Colors of #AAD4EA
Black with #AAD4EA
Text Example
Text Example
White with #AAD4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4EA; }
p { color: rgb(170,212,234); }
H1.HeaderClassName
{
color: #AAD4EA;
}
.AnyTagClassName
{
color: #AAD4EA;
}
</style>
background-color css
<style>
a { background-color: #AAD4EA; }
a { background-color: rgb(170,212,234); }
div.DivClassName
{
background-color: #AAD4EA;
}
.BgClassName
{
background-color: #AAD4EA;
}
</style>
border-color css
<style>
span { border-color: #AAD4EA; }
span { border-color: rgb(170,212,234); }
td.TdClassName
{
border-color: #AAD4EA;
}
.TagClassName
{
border-color: #AAD4EA;
}
</style>