Shades of Sail #AECEE3
Tints of Sail #AECEE3
RGB
CMYK
RGB Variations
Color information
#AECEE3 (or 0xAECEE3) is known color: Sail. HEX triplet: AE, CE and E3. RGB value is (174,206,227). Sum of RGB (Red+Green+Blue) = 174+206+227=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #AECEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEE3 is #51311C. Grayscale: #C6C6C6. Windows color (decimal): -5320989 or 14929582. OLE color: 14929582.
HSL color Cylindrical-coordinate representation of color #AECEE3: hue angle of 203.77º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECEE3 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 206 | 227 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.11 |
| HSL | 203.77º | 0.49% | 0.79% | - |
| HSV(B) | 203.77º | 0.23% | 0.89% | - |
| XYZ | 53.39 | 58.69 | 81.19 | - |
| YUV | 198.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 227 | 0.23 | 0.09 | 0 | 0.11 | 203.77 | 0.49 | 0.79 |
| Hex | AE | CE | E3 | 17 | 9 | 0 | B | CC | 31 | 4F |
| Octal | 256 | 316 | 343 | 27 | 11 | 0 | 13 | 314 | 61 | 117 |
| Binary | 10101110 | 11001110 | 11100011 | 10111 | 1001 | 0 | 1011 | 11001100 | 110001 | 1001111 |
Color Harmonies of #AECEE3
Complementary color
Monochromatic Colors of #AECEE3
Black with #AECEE3
Text Example
Text Example
White with #AECEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEE3; }
p { color: rgb(174,206,227); }
H1.HeaderClassName
{
color: #AECEE3;
}
.AnyTagClassName
{
color: #AECEE3;
}
</style>
background-color css
<style>
a { background-color: #AECEE3; }
a { background-color: rgb(174,206,227); }
div.DivClassName
{
background-color: #AECEE3;
}
.BgClassName
{
background-color: #AECEE3;
}
</style>
border-color css
<style>
span { border-color: #AECEE3; }
span { border-color: rgb(174,206,227); }
td.TdClassName
{
border-color: #AECEE3;
}
.TagClassName
{
border-color: #AECEE3;
}
</style>