Shades of Sail #AECDE5
Tints of Sail #AECDE5
RGB
CMYK
RGB Variations
Color information
#AECDE5 (or 0xAECDE5) is known color: Sail. HEX triplet: AE, CD and E5. RGB value is (174,205,229). Sum of RGB (Red+Green+Blue) = 174+205+229=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #AECDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDE5 is #51321A. Grayscale: #C6C6C6. Windows color (decimal): -5321243 or 15060398. OLE color: 15060398.
HSL color Cylindrical-coordinate representation of color #AECDE5: hue angle of 206.18º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AECDE5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 205 | 229 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.10 |
| HSL | 206.18º | 0.51% | 0.79% | - |
| HSV(B) | 206.18º | 0.24% | 0.9% | - |
| XYZ | 53.43 | 58.32 | 82.57 | - |
| YUV | 198.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 229 | 0.24 | 0.10 | 0 | 0.10 | 206.18 | 0.51 | 0.79 |
| Hex | AE | CD | E5 | 18 | A | 0 | A | CE | 33 | 4F |
| Octal | 256 | 315 | 345 | 30 | 12 | 0 | 12 | 316 | 63 | 117 |
| Binary | 10101110 | 11001101 | 11100101 | 11000 | 1010 | 0 | 1010 | 11001110 | 110011 | 1001111 |
Color Harmonies of #AECDE5
Complementary color
Monochromatic Colors of #AECDE5
Black with #AECDE5
Text Example
Text Example
White with #AECDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDE5; }
p { color: rgb(174,205,229); }
H1.HeaderClassName
{
color: #AECDE5;
}
.AnyTagClassName
{
color: #AECDE5;
}
</style>
background-color css
<style>
a { background-color: #AECDE5; }
a { background-color: rgb(174,205,229); }
div.DivClassName
{
background-color: #AECDE5;
}
.BgClassName
{
background-color: #AECDE5;
}
</style>
border-color css
<style>
span { border-color: #AECDE5; }
span { border-color: rgb(174,205,229); }
td.TdClassName
{
border-color: #AECDE5;
}
.TagClassName
{
border-color: #AECDE5;
}
</style>