Shades of Sail #AECEE4
Tints of Sail #AECEE4
RGB
CMYK
RGB Variations
Color information
#AECEE4 (or 0xAECEE4) is known color: Sail. HEX triplet: AE, CE and E4. RGB value is (174,206,228). Sum of RGB (Red+Green+Blue) = 174+206+228=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #AECEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEE4 is #51311B. Grayscale: #C6C6C6. Windows color (decimal): -5320988 or 14995118. OLE color: 14995118.
HSL color Cylindrical-coordinate representation of color #AECEE4: hue angle of 204.44º 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 #AECEE4 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 174 | 206 | 228 | - |
CMYK | 0.24 | 0.10 | 0 | 0.11 |
HSL | 204.44º | 0.5% | 0.79% | - |
HSV(B) | 204.44º | 0.24% | 0.89% | - |
XYZ | 53.53 | 58.74 | 81.92 | - |
YUV | 198.94 | 144.4 | 110.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 206 | 228 | 0.24 | 0.10 | 0 | 0.11 | 204.44 | 0.5 | 0.79 |
Hex | AE | CE | E4 | 18 | A | 0 | B | CC | 32 | 4F |
Octal | 256 | 316 | 344 | 30 | 12 | 0 | 13 | 314 | 62 | 117 |
Binary | 10101110 | 11001110 | 11100100 | 11000 | 1010 | 0 | 1011 | 11001100 | 110010 | 1001111 |
Color Harmonies of #AECEE4
Complementary color
Monochromatic Colors of #AECEE4
Black with #AECEE4
Text Example
Text Example
White with #AECEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEE4; }
p { color: rgb(174,206,228); }
H1.HeaderClassName
{
color: #AECEE4;
}
.AnyTagClassName
{
color: #AECEE4;
}
</style>
background-color css
<style>
a { background-color: #AECEE4; }
a { background-color: rgb(174,206,228); }
div.DivClassName
{
background-color: #AECEE4;
}
.BgClassName
{
background-color: #AECEE4;
}
</style>
border-color css
<style>
span { border-color: #AECEE4; }
span { border-color: rgb(174,206,228); }
td.TdClassName
{
border-color: #AECEE4;
}
.TagClassName
{
border-color: #AECEE4;
}
</style>