Shades of Sail #AED3EC
Tints of Sail #AED3EC
RGB
CMYK
RGB Variations
Color information
#AED3EC (or 0xAED3EC) is known color: Sail. HEX triplet: AE, D3 and EC. RGB value is (174,211,236). Sum of RGB (Red+Green+Blue) = 174+211+236=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED3EC is #512C13. Grayscale: #CACACA. Windows color (decimal): -5319700 or 15520686. OLE color: 15520686.
HSL color Cylindrical-coordinate representation of color #AED3EC: hue angle of 204.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED3EC is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 211 | 236 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.07 |
| HSL | 204.19º | 0.62% | 0.8% | - |
| HSV(B) | 204.19º | 0.26% | 0.93% | - |
| XYZ | 55.89 | 61.64 | 88.31 | - |
| YUV | 202.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 236 | 0.26 | 0.11 | 0 | 0.07 | 204.19 | 0.62 | 0.8 |
| Hex | AE | D3 | EC | 1A | B | 0 | 7 | CC | 3E | 50 |
| Octal | 256 | 323 | 354 | 32 | 13 | 0 | 7 | 314 | 76 | 120 |
| Binary | 10101110 | 11010011 | 11101100 | 11010 | 1011 | 0 | 111 | 11001100 | 111110 | 1010000 |
Color Harmonies of #AED3EC
Complementary color
Monochromatic Colors of #AED3EC
Black with #AED3EC
Text Example
Text Example
White with #AED3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3EC; }
p { color: rgb(174,211,236); }
H1.HeaderClassName
{
color: #AED3EC;
}
.AnyTagClassName
{
color: #AED3EC;
}
</style>
background-color css
<style>
a { background-color: #AED3EC; }
a { background-color: rgb(174,211,236); }
div.DivClassName
{
background-color: #AED3EC;
}
.BgClassName
{
background-color: #AED3EC;
}
</style>
border-color css
<style>
span { border-color: #AED3EC; }
span { border-color: rgb(174,211,236); }
td.TdClassName
{
border-color: #AED3EC;
}
.TagClassName
{
border-color: #AED3EC;
}
</style>