Shades of Sail #AAD5ED
Tints of Sail #AAD5ED
RGB
CMYK
RGB Variations
Color information
#AAD5ED (or 0xAAD5ED) is known color: Sail. HEX triplet: AA, D5 and ED. RGB value is (170,213,237). Sum of RGB (Red+Green+Blue) = 170+213+237=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAD5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5ED is #552A12. Grayscale: #CACACA. Windows color (decimal): -5581331 or 15586730. OLE color: 15586730.
HSL color Cylindrical-coordinate representation of color #AAD5ED: hue angle of 201.49º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD5ED is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 213 | 237 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.07 |
| HSL | 201.49º | 0.65% | 0.8% | - |
| HSV(B) | 201.49º | 0.28% | 0.93% | - |
| XYZ | 55.66 | 62.25 | 89.2 | - |
| YUV | 202.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 237 | 0.28 | 0.10 | 0 | 0.07 | 201.49 | 0.65 | 0.8 |
| Hex | AA | D5 | ED | 1C | A | 0 | 7 | C9 | 41 | 50 |
| Octal | 252 | 325 | 355 | 34 | 12 | 0 | 7 | 311 | 101 | 120 |
| Binary | 10101010 | 11010101 | 11101101 | 11100 | 1010 | 0 | 111 | 11001001 | 1000001 | 1010000 |
Color Harmonies of #AAD5ED
Complementary color
Monochromatic Colors of #AAD5ED
Black with #AAD5ED
Text Example
Text Example
White with #AAD5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD5ED; }
p { color: rgb(170,213,237); }
H1.HeaderClassName
{
color: #AAD5ED;
}
.AnyTagClassName
{
color: #AAD5ED;
}
</style>
background-color css
<style>
a { background-color: #AAD5ED; }
a { background-color: rgb(170,213,237); }
div.DivClassName
{
background-color: #AAD5ED;
}
.BgClassName
{
background-color: #AAD5ED;
}
</style>
border-color css
<style>
span { border-color: #AAD5ED; }
span { border-color: rgb(170,213,237); }
td.TdClassName
{
border-color: #AAD5ED;
}
.TagClassName
{
border-color: #AAD5ED;
}
</style>