Shades of Sail #AACADE
Tints of Sail #AACADE
RGB
CMYK
RGB Variations
Color information
#AACADE (or 0xAACADE) is known color: Sail. HEX triplet: AA, CA and DE. RGB value is (170,202,222). Sum of RGB (Red+Green+Blue) = 170+202+222=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #AACADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACADE is #553521. Grayscale: #C2C2C2. Windows color (decimal): -5584162 or 14600874. OLE color: 14600874.
HSL color Cylindrical-coordinate representation of color #AACADE: hue angle of 203.08º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACADE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 202 | 222 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.13 |
| HSL | 203.08º | 0.44% | 0.77% | - |
| HSV(B) | 203.08º | 0.23% | 0.87% | - |
| XYZ | 50.88 | 56.06 | 77.25 | - |
| YUV | 194.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 222 | 0.23 | 0.09 | 0 | 0.13 | 203.08 | 0.44 | 0.77 |
| Hex | AA | CA | DE | 17 | 9 | 0 | D | CB | 2C | 4D |
| Octal | 252 | 312 | 336 | 27 | 11 | 0 | 15 | 313 | 54 | 115 |
| Binary | 10101010 | 11001010 | 11011110 | 10111 | 1001 | 0 | 1101 | 11001011 | 101100 | 1001101 |
Color Harmonies of #AACADE
Complementary color
Monochromatic Colors of #AACADE
Black with #AACADE
Text Example
Text Example
White with #AACADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACADE; }
p { color: rgb(170,202,222); }
H1.HeaderClassName
{
color: #AACADE;
}
.AnyTagClassName
{
color: #AACADE;
}
</style>
background-color css
<style>
a { background-color: #AACADE; }
a { background-color: rgb(170,202,222); }
div.DivClassName
{
background-color: #AACADE;
}
.BgClassName
{
background-color: #AACADE;
}
</style>
border-color css
<style>
span { border-color: #AACADE; }
span { border-color: rgb(170,202,222); }
td.TdClassName
{
border-color: #AACADE;
}
.TagClassName
{
border-color: #AACADE;
}
</style>