Shades of Sail #AECEE5
Tints of Sail #AECEE5
RGB
CMYK
RGB Variations
Color information
#AECEE5 (or 0xAECEE5) is known color: Sail. HEX triplet: AE, CE and E5. RGB value is (174,206,229). Sum of RGB (Red+Green+Blue) = 174+206+229=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #AECEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEE5 is #51311A. Grayscale: #C6C6C6. Windows color (decimal): -5320987 or 15060654. OLE color: 15060654.
HSL color Cylindrical-coordinate representation of color #AECEE5: hue angle of 205.09º 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 #AECEE5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 206 | 229 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.10 |
| HSL | 205.09º | 0.51% | 0.79% | - |
| HSV(B) | 205.09º | 0.24% | 0.9% | - |
| XYZ | 53.67 | 58.8 | 82.65 | - |
| YUV | 199.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 229 | 0.24 | 0.10 | 0 | 0.10 | 205.09 | 0.51 | 0.79 |
| Hex | AE | CE | E5 | 18 | A | 0 | A | CD | 33 | 4F |
| Octal | 256 | 316 | 345 | 30 | 12 | 0 | 12 | 315 | 63 | 117 |
| Binary | 10101110 | 11001110 | 11100101 | 11000 | 1010 | 0 | 1010 | 11001101 | 110011 | 1001111 |
Color Harmonies of #AECEE5
Complementary color
Monochromatic Colors of #AECEE5
Black with #AECEE5
Text Example
Text Example
White with #AECEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEE5; }
p { color: rgb(174,206,229); }
H1.HeaderClassName
{
color: #AECEE5;
}
.AnyTagClassName
{
color: #AECEE5;
}
</style>
background-color css
<style>
a { background-color: #AECEE5; }
a { background-color: rgb(174,206,229); }
div.DivClassName
{
background-color: #AECEE5;
}
.BgClassName
{
background-color: #AECEE5;
}
</style>
border-color css
<style>
span { border-color: #AECEE5; }
span { border-color: rgb(174,206,229); }
td.TdClassName
{
border-color: #AECEE5;
}
.TagClassName
{
border-color: #AECEE5;
}
</style>