Shades of Sail #AECDE2
Tints of Sail #AECDE2
RGB
CMYK
RGB Variations
Color information
#AECDE2 (or 0xAECDE2) is known color: Sail. HEX triplet: AE, CD and E2. RGB value is (174,205,226). Sum of RGB (Red+Green+Blue) = 174+205+226=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #AECDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDE2 is #51321D. Grayscale: #C6C6C6. Windows color (decimal): -5321246 or 14863790. OLE color: 14863790.
HSL color Cylindrical-coordinate representation of color #AECDE2: hue angle of 204.23º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECDE2 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 205 | 226 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.11 |
| HSL | 204.23º | 0.47% | 0.78% | - |
| HSV(B) | 204.23º | 0.23% | 0.89% | - |
| XYZ | 53.01 | 58.15 | 80.38 | - |
| YUV | 198.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 226 | 0.23 | 0.09 | 0 | 0.11 | 204.23 | 0.47 | 0.78 |
| Hex | AE | CD | E2 | 17 | 9 | 0 | B | CC | 2F | 4E |
| Octal | 256 | 315 | 342 | 27 | 11 | 0 | 13 | 314 | 57 | 116 |
| Binary | 10101110 | 11001101 | 11100010 | 10111 | 1001 | 0 | 1011 | 11001100 | 101111 | 1001110 |
Color Harmonies of #AECDE2
Complementary color
Monochromatic Colors of #AECDE2
Black with #AECDE2
Text Example
Text Example
White with #AECDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDE2; }
p { color: rgb(174,205,226); }
H1.HeaderClassName
{
color: #AECDE2;
}
.AnyTagClassName
{
color: #AECDE2;
}
</style>
background-color css
<style>
a { background-color: #AECDE2; }
a { background-color: rgb(174,205,226); }
div.DivClassName
{
background-color: #AECDE2;
}
.BgClassName
{
background-color: #AECDE2;
}
</style>
border-color css
<style>
span { border-color: #AECDE2; }
span { border-color: rgb(174,205,226); }
td.TdClassName
{
border-color: #AECDE2;
}
.TagClassName
{
border-color: #AECDE2;
}
</style>