Shades of Sail #AACCE0
Tints of Sail #AACCE0
RGB
CMYK
RGB Variations
Color information
#AACCE0 (or 0xAACCE0) is known color: Sail. HEX triplet: AA, CC and E0. RGB value is (170,204,224). Sum of RGB (Red+Green+Blue) = 170+204+224=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #AACCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCE0 is #55331F. Grayscale: #C4C4C4. Windows color (decimal): -5583648 or 14732458. OLE color: 14732458.
HSL color Cylindrical-coordinate representation of color #AACCE0: hue angle of 202.22º 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 #AACCE0 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 204 | 224 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.12 |
| HSL | 202.22º | 0.47% | 0.77% | - |
| HSV(B) | 202.22º | 0.24% | 0.88% | - |
| XYZ | 51.62 | 57.11 | 78.82 | - |
| YUV | 196.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 224 | 0.24 | 0.09 | 0 | 0.12 | 202.22 | 0.47 | 0.77 |
| Hex | AA | CC | E0 | 18 | 9 | 0 | C | CA | 2F | 4D |
| Octal | 252 | 314 | 340 | 30 | 11 | 0 | 14 | 312 | 57 | 115 |
| Binary | 10101010 | 11001100 | 11100000 | 11000 | 1001 | 0 | 1100 | 11001010 | 101111 | 1001101 |
Color Harmonies of #AACCE0
Complementary color
Monochromatic Colors of #AACCE0
Black with #AACCE0
Text Example
Text Example
White with #AACCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACCE0; }
p { color: rgb(170,204,224); }
H1.HeaderClassName
{
color: #AACCE0;
}
.AnyTagClassName
{
color: #AACCE0;
}
</style>
background-color css
<style>
a { background-color: #AACCE0; }
a { background-color: rgb(170,204,224); }
div.DivClassName
{
background-color: #AACCE0;
}
.BgClassName
{
background-color: #AACCE0;
}
</style>
border-color css
<style>
span { border-color: #AACCE0; }
span { border-color: rgb(170,204,224); }
td.TdClassName
{
border-color: #AACCE0;
}
.TagClassName
{
border-color: #AACCE0;
}
</style>