Shades of Sail #AACCE4
Tints of Sail #AACCE4
RGB
CMYK
RGB Variations
Color information
#AACCE4 (or 0xAACCE4) is known color: Sail. HEX triplet: AA, CC and E4. RGB value is (170,204,228). Sum of RGB (Red+Green+Blue) = 170+204+228=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #AACCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCE4 is #55331B. Grayscale: #C4C4C4. Windows color (decimal): -5583644 or 14994602. OLE color: 14994602.
HSL color Cylindrical-coordinate representation of color #AACCE4: hue angle of 204.83º 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 #AACCE4 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 204 | 228 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.11 |
| HSL | 204.83º | 0.52% | 0.78% | - |
| HSV(B) | 204.83º | 0.25% | 0.89% | - |
| XYZ | 52.17 | 57.33 | 81.72 | - |
| YUV | 196.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 228 | 0.25 | 0.11 | 0 | 0.11 | 204.83 | 0.52 | 0.78 |
| Hex | AA | CC | E4 | 19 | B | 0 | B | CD | 34 | 4E |
| Octal | 252 | 314 | 344 | 31 | 13 | 0 | 13 | 315 | 64 | 116 |
| Binary | 10101010 | 11001100 | 11100100 | 11001 | 1011 | 0 | 1011 | 11001101 | 110100 | 1001110 |
Color Harmonies of #AACCE4
Complementary color
Monochromatic Colors of #AACCE4
Black with #AACCE4
Text Example
Text Example
White with #AACCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACCE4; }
p { color: rgb(170,204,228); }
H1.HeaderClassName
{
color: #AACCE4;
}
.AnyTagClassName
{
color: #AACCE4;
}
</style>
background-color css
<style>
a { background-color: #AACCE4; }
a { background-color: rgb(170,204,228); }
div.DivClassName
{
background-color: #AACCE4;
}
.BgClassName
{
background-color: #AACCE4;
}
</style>
border-color css
<style>
span { border-color: #AACCE4; }
span { border-color: rgb(170,204,228); }
td.TdClassName
{
border-color: #AACCE4;
}
.TagClassName
{
border-color: #AACCE4;
}
</style>