Shades of Sail #AAD4ED
Tints of Sail #AAD4ED
RGB
CMYK
RGB Variations
Color information
#AAD4ED (or 0xAAD4ED) is known color: Sail. HEX triplet: AA, D4 and ED. RGB value is (170,212,237). Sum of RGB (Red+Green+Blue) = 170+212+237=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAD4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD4ED is #552B12. Grayscale: #CACACA. Windows color (decimal): -5581587 or 15586474. OLE color: 15586474.
HSL color Cylindrical-coordinate representation of color #AAD4ED: hue angle of 202.39º 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 #AAD4ED is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 170 | 212 | 237 | - |
CMYK | 0.28 | 0.11 | 0 | 0.07 |
HSL | 202.39º | 0.65% | 0.8% | - |
HSV(B) | 202.39º | 0.28% | 0.93% | - |
XYZ | 55.41 | 61.75 | 89.12 | - |
YUV | 202.29 | 147.59 | 104.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 212 | 237 | 0.28 | 0.11 | 0 | 0.07 | 202.39 | 0.65 | 0.8 |
Hex | AA | D4 | ED | 1C | B | 0 | 7 | CA | 41 | 50 |
Octal | 252 | 324 | 355 | 34 | 13 | 0 | 7 | 312 | 101 | 120 |
Binary | 10101010 | 11010100 | 11101101 | 11100 | 1011 | 0 | 111 | 11001010 | 1000001 | 1010000 |
Color Harmonies of #AAD4ED
Complementary color
Monochromatic Colors of #AAD4ED
Black with #AAD4ED
Text Example
Text Example
White with #AAD4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4ED; }
p { color: rgb(170,212,237); }
H1.HeaderClassName
{
color: #AAD4ED;
}
.AnyTagClassName
{
color: #AAD4ED;
}
</style>
background-color css
<style>
a { background-color: #AAD4ED; }
a { background-color: rgb(170,212,237); }
div.DivClassName
{
background-color: #AAD4ED;
}
.BgClassName
{
background-color: #AAD4ED;
}
</style>
border-color css
<style>
span { border-color: #AAD4ED; }
span { border-color: rgb(170,212,237); }
td.TdClassName
{
border-color: #AAD4ED;
}
.TagClassName
{
border-color: #AAD4ED;
}
</style>