Shades of Sail #AACADF
Tints of Sail #AACADF
RGB
CMYK
RGB Variations
Color information
#AACADF (or 0xAACADF) is known color: Sail. HEX triplet: AA, CA and DF. RGB value is (170,202,223). Sum of RGB (Red+Green+Blue) = 170+202+223=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #AACADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACADF is #553520. Grayscale: #C2C2C2. Windows color (decimal): -5584161 or 14666410. OLE color: 14666410.
HSL color Cylindrical-coordinate representation of color #AACADF: hue angle of 203.77º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACADF is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 202 | 223 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.13 |
| HSL | 203.77º | 0.45% | 0.77% | - |
| HSV(B) | 203.77º | 0.24% | 0.87% | - |
| XYZ | 51.02 | 56.11 | 77.95 | - |
| YUV | 194.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 223 | 0.24 | 0.09 | 0 | 0.13 | 203.77 | 0.45 | 0.77 |
| Hex | AA | CA | DF | 18 | 9 | 0 | D | CC | 2D | 4D |
| Octal | 252 | 312 | 337 | 30 | 11 | 0 | 15 | 314 | 55 | 115 |
| Binary | 10101010 | 11001010 | 11011111 | 11000 | 1001 | 0 | 1101 | 11001100 | 101101 | 1001101 |
Color Harmonies of #AACADF
Complementary color
Monochromatic Colors of #AACADF
Black with #AACADF
Text Example
Text Example
White with #AACADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACADF; }
p { color: rgb(170,202,223); }
H1.HeaderClassName
{
color: #AACADF;
}
.AnyTagClassName
{
color: #AACADF;
}
</style>
background-color css
<style>
a { background-color: #AACADF; }
a { background-color: rgb(170,202,223); }
div.DivClassName
{
background-color: #AACADF;
}
.BgClassName
{
background-color: #AACADF;
}
</style>
border-color css
<style>
span { border-color: #AACADF; }
span { border-color: rgb(170,202,223); }
td.TdClassName
{
border-color: #AACADF;
}
.TagClassName
{
border-color: #AACADF;
}
</style>