Shades of Sail #AACDE4
Tints of Sail #AACDE4
RGB
CMYK
RGB Variations
Color information
#AACDE4 (or 0xAACDE4) is known color: Sail. HEX triplet: AA, CD and E4. RGB value is (170,205,228). Sum of RGB (Red+Green+Blue) = 170+205+228=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #AACDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDE4 is #55321B. Grayscale: #C5C5C5. Windows color (decimal): -5583388 or 14994858. OLE color: 14994858.
HSL color Cylindrical-coordinate representation of color #AACDE4: hue angle of 203.79º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AACDE4 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 205 | 228 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.11 |
| HSL | 203.79º | 0.52% | 0.78% | - |
| HSV(B) | 203.79º | 0.25% | 0.89% | - |
| XYZ | 52.41 | 57.81 | 81.79 | - |
| YUV | 197.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 228 | 0.25 | 0.10 | 0 | 0.11 | 203.79 | 0.52 | 0.78 |
| Hex | AA | CD | E4 | 19 | A | 0 | B | CC | 34 | 4E |
| Octal | 252 | 315 | 344 | 31 | 12 | 0 | 13 | 314 | 64 | 116 |
| Binary | 10101010 | 11001101 | 11100100 | 11001 | 1010 | 0 | 1011 | 11001100 | 110100 | 1001110 |
Color Harmonies of #AACDE4
Complementary color
Monochromatic Colors of #AACDE4
Black with #AACDE4
Text Example
Text Example
White with #AACDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDE4; }
p { color: rgb(170,205,228); }
H1.HeaderClassName
{
color: #AACDE4;
}
.AnyTagClassName
{
color: #AACDE4;
}
</style>
background-color css
<style>
a { background-color: #AACDE4; }
a { background-color: rgb(170,205,228); }
div.DivClassName
{
background-color: #AACDE4;
}
.BgClassName
{
background-color: #AACDE4;
}
</style>
border-color css
<style>
span { border-color: #AACDE4; }
span { border-color: rgb(170,205,228); }
td.TdClassName
{
border-color: #AACDE4;
}
.TagClassName
{
border-color: #AACDE4;
}
</style>