Shades of Sail #AECCE0
Tints of Sail #AECCE0
RGB
CMYK
RGB Variations
Color information
#AECCE0 (or 0xAECCE0) is known color: Sail. HEX triplet: AE, CC and E0. RGB value is (174,204,224). Sum of RGB (Red+Green+Blue) = 174+204+224=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #AECCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCE0 is #51331F. Grayscale: #C5C5C5. Windows color (decimal): -5321504 or 14732462. OLE color: 14732462.
HSL color Cylindrical-coordinate representation of color #AECCE0: hue angle of 204º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECCE0 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 204 | 224 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.12 |
| HSL | 204º | 0.45% | 0.78% | - |
| HSV(B) | 204º | 0.22% | 0.88% | - |
| XYZ | 52.5 | 57.57 | 78.87 | - |
| YUV | 197.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 224 | 0.22 | 0.09 | 0 | 0.12 | 204 | 0.45 | 0.78 |
| Hex | AE | CC | E0 | 16 | 9 | 0 | C | CC | 2D | 4E |
| Octal | 256 | 314 | 340 | 26 | 11 | 0 | 14 | 314 | 55 | 116 |
| Binary | 10101110 | 11001100 | 11100000 | 10110 | 1001 | 0 | 1100 | 11001100 | 101101 | 1001110 |
Color Harmonies of #AECCE0
Complementary color
Monochromatic Colors of #AECCE0
Black with #AECCE0
Text Example
Text Example
White with #AECCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCE0; }
p { color: rgb(174,204,224); }
H1.HeaderClassName
{
color: #AECCE0;
}
.AnyTagClassName
{
color: #AECCE0;
}
</style>
background-color css
<style>
a { background-color: #AECCE0; }
a { background-color: rgb(174,204,224); }
div.DivClassName
{
background-color: #AECCE0;
}
.BgClassName
{
background-color: #AECCE0;
}
</style>
border-color css
<style>
span { border-color: #AECCE0; }
span { border-color: rgb(174,204,224); }
td.TdClassName
{
border-color: #AECCE0;
}
.TagClassName
{
border-color: #AECCE0;
}
</style>