Shades of Sail #AACEE4
Tints of Sail #AACEE4
RGB
CMYK
RGB Variations
Color information
#AACEE4 (or 0xAACEE4) is known color: Sail. HEX triplet: AA, CE and E4. RGB value is (170,206,228). Sum of RGB (Red+Green+Blue) = 170+206+228=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #AACEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEE4 is #55311B. Grayscale: #C5C5C5. Windows color (decimal): -5583132 or 14995114. OLE color: 14995114.
HSL color Cylindrical-coordinate representation of color #AACEE4: hue angle of 202.76º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AACEE4 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 206 | 228 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.11 |
| HSL | 202.76º | 0.52% | 0.78% | - |
| HSV(B) | 202.76º | 0.25% | 0.89% | - |
| XYZ | 52.65 | 58.29 | 81.87 | - |
| YUV | 197.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 228 | 0.25 | 0.10 | 0 | 0.11 | 202.76 | 0.52 | 0.78 |
| Hex | AA | CE | E4 | 19 | A | 0 | B | CB | 34 | 4E |
| Octal | 252 | 316 | 344 | 31 | 12 | 0 | 13 | 313 | 64 | 116 |
| Binary | 10101010 | 11001110 | 11100100 | 11001 | 1010 | 0 | 1011 | 11001011 | 110100 | 1001110 |
Color Harmonies of #AACEE4
Complementary color
Monochromatic Colors of #AACEE4
Black with #AACEE4
Text Example
Text Example
White with #AACEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEE4; }
p { color: rgb(170,206,228); }
H1.HeaderClassName
{
color: #AACEE4;
}
.AnyTagClassName
{
color: #AACEE4;
}
</style>
background-color css
<style>
a { background-color: #AACEE4; }
a { background-color: rgb(170,206,228); }
div.DivClassName
{
background-color: #AACEE4;
}
.BgClassName
{
background-color: #AACEE4;
}
</style>
border-color css
<style>
span { border-color: #AACEE4; }
span { border-color: rgb(170,206,228); }
td.TdClassName
{
border-color: #AACEE4;
}
.TagClassName
{
border-color: #AACEE4;
}
</style>