Shades of Sail #AACCE6
Tints of Sail #AACCE6
RGB
CMYK
RGB Variations
Color information
#AACCE6 (or 0xAACCE6) is known color: Sail. HEX triplet: AA, CC and E6. RGB value is (170,204,230). Sum of RGB (Red+Green+Blue) = 170+204+230=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #AACCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCE6 is #553319. Grayscale: #C4C4C4. Windows color (decimal): -5583642 or 15125674. OLE color: 15125674.
HSL color Cylindrical-coordinate representation of color #AACCE6: hue angle of 206º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AACCE6 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 204 | 230 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.10 |
| HSL | 206º | 0.55% | 0.78% | - |
| HSV(B) | 206º | 0.26% | 0.9% | - |
| XYZ | 52.45 | 57.44 | 83.19 | - |
| YUV | 196.8 | 146.74 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 230 | 0.26 | 0.11 | 0 | 0.10 | 206 | 0.55 | 0.78 |
| Hex | AA | CC | E6 | 1A | B | 0 | A | CE | 37 | 4E |
| Octal | 252 | 314 | 346 | 32 | 13 | 0 | 12 | 316 | 67 | 116 |
| Binary | 10101010 | 11001100 | 11100110 | 11010 | 1011 | 0 | 1010 | 11001110 | 110111 | 1001110 |
Color Harmonies of #AACCE6
Complementary color
Monochromatic Colors of #AACCE6
Black with #AACCE6
Text Example
Text Example
White with #AACCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACCE6; }
p { color: rgb(170,204,230); }
H1.HeaderClassName
{
color: #AACCE6;
}
.AnyTagClassName
{
color: #AACCE6;
}
</style>
background-color css
<style>
a { background-color: #AACCE6; }
a { background-color: rgb(170,204,230); }
div.DivClassName
{
background-color: #AACCE6;
}
.BgClassName
{
background-color: #AACCE6;
}
</style>
border-color css
<style>
span { border-color: #AACCE6; }
span { border-color: rgb(170,204,230); }
td.TdClassName
{
border-color: #AACCE6;
}
.TagClassName
{
border-color: #AACCE6;
}
</style>