Shades of Sail #AAD3ED
Tints of Sail #AAD3ED
RGB
CMYK
RGB Variations
Color information
#AAD3ED (or 0xAAD3ED) is known color: Sail. HEX triplet: AA, D3 and ED. RGB value is (170,211,237). Sum of RGB (Red+Green+Blue) = 170+211+237=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAD3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3ED is #552C12. Grayscale: #C9C9C9. Windows color (decimal): -5581843 or 15586218. OLE color: 15586218.
HSL color Cylindrical-coordinate representation of color #AAD3ED: hue angle of 203.28º 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 #AAD3ED is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 211 | 237 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.07 |
| HSL | 203.28º | 0.65% | 0.8% | - |
| HSV(B) | 203.28º | 0.28% | 0.93% | - |
| XYZ | 55.16 | 61.25 | 89.04 | - |
| YUV | 201.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 237 | 0.28 | 0.11 | 0 | 0.07 | 203.28 | 0.65 | 0.8 |
| Hex | AA | D3 | ED | 1C | B | 0 | 7 | CB | 41 | 50 |
| Octal | 252 | 323 | 355 | 34 | 13 | 0 | 7 | 313 | 101 | 120 |
| Binary | 10101010 | 11010011 | 11101101 | 11100 | 1011 | 0 | 111 | 11001011 | 1000001 | 1010000 |
Color Harmonies of #AAD3ED
Complementary color
Monochromatic Colors of #AAD3ED
Black with #AAD3ED
Text Example
Text Example
White with #AAD3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD3ED; }
p { color: rgb(170,211,237); }
H1.HeaderClassName
{
color: #AAD3ED;
}
.AnyTagClassName
{
color: #AAD3ED;
}
</style>
background-color css
<style>
a { background-color: #AAD3ED; }
a { background-color: rgb(170,211,237); }
div.DivClassName
{
background-color: #AAD3ED;
}
.BgClassName
{
background-color: #AAD3ED;
}
</style>
border-color css
<style>
span { border-color: #AAD3ED; }
span { border-color: rgb(170,211,237); }
td.TdClassName
{
border-color: #AAD3ED;
}
.TagClassName
{
border-color: #AAD3ED;
}
</style>