Shades of Sail #AACEE7
Tints of Sail #AACEE7
RGB
CMYK
RGB Variations
Color information
#AACEE7 (or 0xAACEE7) is known color: Sail. HEX triplet: AA, CE and E7. RGB value is (170,206,231). Sum of RGB (Red+Green+Blue) = 170+206+231=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #AACEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEE7 is #553118. Grayscale: #C5C5C5. Windows color (decimal): -5583129 or 15191722. OLE color: 15191722.
HSL color Cylindrical-coordinate representation of color #AACEE7: hue angle of 204.59º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AACEE7 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 206 | 231 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.09 |
| HSL | 204.59º | 0.56% | 0.79% | - |
| HSV(B) | 204.59º | 0.26% | 0.91% | - |
| XYZ | 53.07 | 58.46 | 84.09 | - |
| YUV | 198.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 231 | 0.26 | 0.11 | 0 | 0.09 | 204.59 | 0.56 | 0.79 |
| Hex | AA | CE | E7 | 1A | B | 0 | 9 | CD | 38 | 4F |
| Octal | 252 | 316 | 347 | 32 | 13 | 0 | 11 | 315 | 70 | 117 |
| Binary | 10101010 | 11001110 | 11100111 | 11010 | 1011 | 0 | 1001 | 11001101 | 111000 | 1001111 |
Color Harmonies of #AACEE7
Complementary color
Monochromatic Colors of #AACEE7
Black with #AACEE7
Text Example
Text Example
White with #AACEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEE7; }
p { color: rgb(170,206,231); }
H1.HeaderClassName
{
color: #AACEE7;
}
.AnyTagClassName
{
color: #AACEE7;
}
</style>
background-color css
<style>
a { background-color: #AACEE7; }
a { background-color: rgb(170,206,231); }
div.DivClassName
{
background-color: #AACEE7;
}
.BgClassName
{
background-color: #AACEE7;
}
</style>
border-color css
<style>
span { border-color: #AACEE7; }
span { border-color: rgb(170,206,231); }
td.TdClassName
{
border-color: #AACEE7;
}
.TagClassName
{
border-color: #AACEE7;
}
</style>