Shades of Sail #AACAE0
Tints of Sail #AACAE0
RGB
CMYK
RGB Variations
Color information
#AACAE0 (or 0xAACAE0) is known color: Sail. HEX triplet: AA, CA and E0. RGB value is (170,202,224). Sum of RGB (Red+Green+Blue) = 170+202+224=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #AACAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAE0 is #55351F. Grayscale: #C2C2C2. Windows color (decimal): -5584160 or 14731946. OLE color: 14731946.
HSL color Cylindrical-coordinate representation of color #AACAE0: hue angle of 204.44º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACAE0 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 202 | 224 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.12 |
| HSL | 204.44º | 0.47% | 0.77% | - |
| HSV(B) | 204.44º | 0.24% | 0.88% | - |
| XYZ | 51.15 | 56.17 | 78.67 | - |
| YUV | 194.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 224 | 0.24 | 0.10 | 0 | 0.12 | 204.44 | 0.47 | 0.77 |
| Hex | AA | CA | E0 | 18 | A | 0 | C | CC | 2F | 4D |
| Octal | 252 | 312 | 340 | 30 | 12 | 0 | 14 | 314 | 57 | 115 |
| Binary | 10101010 | 11001010 | 11100000 | 11000 | 1010 | 0 | 1100 | 11001100 | 101111 | 1001101 |
Color Harmonies of #AACAE0
Complementary color
Monochromatic Colors of #AACAE0
Black with #AACAE0
Text Example
Text Example
White with #AACAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAE0; }
p { color: rgb(170,202,224); }
H1.HeaderClassName
{
color: #AACAE0;
}
.AnyTagClassName
{
color: #AACAE0;
}
</style>
background-color css
<style>
a { background-color: #AACAE0; }
a { background-color: rgb(170,202,224); }
div.DivClassName
{
background-color: #AACAE0;
}
.BgClassName
{
background-color: #AACAE0;
}
</style>
border-color css
<style>
span { border-color: #AACAE0; }
span { border-color: rgb(170,202,224); }
td.TdClassName
{
border-color: #AACAE0;
}
.TagClassName
{
border-color: #AACAE0;
}
</style>