Shades of Sail #AECFE5
Tints of Sail #AECFE5
RGB
CMYK
RGB Variations
Color information
#AECFE5 (or 0xAECFE5) is known color: Sail. HEX triplet: AE, CF and E5. RGB value is (174,207,229). Sum of RGB (Red+Green+Blue) = 174+207+229=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #AECFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFE5 is #51301A. Grayscale: #C7C7C7. Windows color (decimal): -5320731 or 15060910. OLE color: 15060910.
HSL color Cylindrical-coordinate representation of color #AECFE5: hue angle of 204º 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 #AECFE5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 207 | 229 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.10 |
| HSL | 204º | 0.51% | 0.79% | - |
| HSV(B) | 204º | 0.24% | 0.9% | - |
| XYZ | 53.91 | 59.28 | 82.73 | - |
| YUV | 199.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 229 | 0.24 | 0.10 | 0 | 0.10 | 204 | 0.51 | 0.79 |
| Hex | AE | CF | E5 | 18 | A | 0 | A | CC | 33 | 4F |
| Octal | 256 | 317 | 345 | 30 | 12 | 0 | 12 | 314 | 63 | 117 |
| Binary | 10101110 | 11001111 | 11100101 | 11000 | 1010 | 0 | 1010 | 11001100 | 110011 | 1001111 |
Color Harmonies of #AECFE5
Complementary color
Monochromatic Colors of #AECFE5
Black with #AECFE5
Text Example
Text Example
White with #AECFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFE5; }
p { color: rgb(174,207,229); }
H1.HeaderClassName
{
color: #AECFE5;
}
.AnyTagClassName
{
color: #AECFE5;
}
</style>
background-color css
<style>
a { background-color: #AECFE5; }
a { background-color: rgb(174,207,229); }
div.DivClassName
{
background-color: #AECFE5;
}
.BgClassName
{
background-color: #AECFE5;
}
</style>
border-color css
<style>
span { border-color: #AECFE5; }
span { border-color: rgb(174,207,229); }
td.TdClassName
{
border-color: #AECFE5;
}
.TagClassName
{
border-color: #AECFE5;
}
</style>