Shades of Sail #AACDE1
Tints of Sail #AACDE1
RGB
CMYK
RGB Variations
Color information
#AACDE1 (or 0xAACDE1) is known color: Sail. HEX triplet: AA, CD and E1. RGB value is (170,205,225). Sum of RGB (Red+Green+Blue) = 170+205+225=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #AACDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDE1 is #55321E. Grayscale: #C4C4C4. Windows color (decimal): -5583391 or 14798250. OLE color: 14798250.
HSL color Cylindrical-coordinate representation of color #AACDE1: hue angle of 201.82º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACDE1 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 205 | 225 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.12 |
| HSL | 201.82º | 0.48% | 0.77% | - |
| HSV(B) | 201.82º | 0.24% | 0.88% | - |
| XYZ | 52 | 57.64 | 79.62 | - |
| YUV | 196.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 225 | 0.24 | 0.09 | 0 | 0.12 | 201.82 | 0.48 | 0.77 |
| Hex | AA | CD | E1 | 18 | 9 | 0 | C | CA | 30 | 4D |
| Octal | 252 | 315 | 341 | 30 | 11 | 0 | 14 | 312 | 60 | 115 |
| Binary | 10101010 | 11001101 | 11100001 | 11000 | 1001 | 0 | 1100 | 11001010 | 110000 | 1001101 |
Color Harmonies of #AACDE1
Complementary color
Monochromatic Colors of #AACDE1
Black with #AACDE1
Text Example
Text Example
White with #AACDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDE1; }
p { color: rgb(170,205,225); }
H1.HeaderClassName
{
color: #AACDE1;
}
.AnyTagClassName
{
color: #AACDE1;
}
</style>
background-color css
<style>
a { background-color: #AACDE1; }
a { background-color: rgb(170,205,225); }
div.DivClassName
{
background-color: #AACDE1;
}
.BgClassName
{
background-color: #AACDE1;
}
</style>
border-color css
<style>
span { border-color: #AACDE1; }
span { border-color: rgb(170,205,225); }
td.TdClassName
{
border-color: #AACDE1;
}
.TagClassName
{
border-color: #AACDE1;
}
</style>