Shades of Sail #AECDE4
Tints of Sail #AECDE4
RGB
CMYK
RGB Variations
Color information
#AECDE4 (or 0xAECDE4) is known color: Sail. HEX triplet: AE, CD and E4. RGB value is (174,205,228). Sum of RGB (Red+Green+Blue) = 174+205+228=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #AECDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDE4 is #51321B. Grayscale: #C6C6C6. Windows color (decimal): -5321244 or 14994862. OLE color: 14994862.
HSL color Cylindrical-coordinate representation of color #AECDE4: hue angle of 205.56º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AECDE4 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 205 | 228 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.11 |
| HSL | 205.56º | 0.5% | 0.79% | - |
| HSV(B) | 205.56º | 0.24% | 0.89% | - |
| XYZ | 53.29 | 58.26 | 81.84 | - |
| YUV | 198.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 228 | 0.24 | 0.10 | 0 | 0.11 | 205.56 | 0.5 | 0.79 |
| Hex | AE | CD | E4 | 18 | A | 0 | B | CE | 32 | 4F |
| Octal | 256 | 315 | 344 | 30 | 12 | 0 | 13 | 316 | 62 | 117 |
| Binary | 10101110 | 11001101 | 11100100 | 11000 | 1010 | 0 | 1011 | 11001110 | 110010 | 1001111 |
Color Harmonies of #AECDE4
Complementary color
Monochromatic Colors of #AECDE4
Black with #AECDE4
Text Example
Text Example
White with #AECDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDE4; }
p { color: rgb(174,205,228); }
H1.HeaderClassName
{
color: #AECDE4;
}
.AnyTagClassName
{
color: #AECDE4;
}
</style>
background-color css
<style>
a { background-color: #AECDE4; }
a { background-color: rgb(174,205,228); }
div.DivClassName
{
background-color: #AECDE4;
}
.BgClassName
{
background-color: #AECDE4;
}
</style>
border-color css
<style>
span { border-color: #AECDE4; }
span { border-color: rgb(174,205,228); }
td.TdClassName
{
border-color: #AECDE4;
}
.TagClassName
{
border-color: #AECDE4;
}
</style>