Shades of Sail #AED0E8
Tints of Sail #AED0E8
RGB
CMYK
RGB Variations
Color information
#AED0E8 (or 0xAED0E8) is known color: Sail. HEX triplet: AE, D0 and E8. RGB value is (174,208,232). Sum of RGB (Red+Green+Blue) = 174+208+232=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #AED0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0E8 is #512F17. Grayscale: #C8C8C8. Windows color (decimal): -5320472 or 15257774. OLE color: 15257774.
HSL color Cylindrical-coordinate representation of color #AED0E8: hue angle of 204.83º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AED0E8 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 208 | 232 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.09 |
| HSL | 204.83º | 0.56% | 0.8% | - |
| HSV(B) | 204.83º | 0.25% | 0.91% | - |
| XYZ | 54.58 | 59.94 | 85.04 | - |
| YUV | 200.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 232 | 0.25 | 0.10 | 0 | 0.09 | 204.83 | 0.56 | 0.8 |
| Hex | AE | D0 | E8 | 19 | A | 0 | 9 | CD | 38 | 50 |
| Octal | 256 | 320 | 350 | 31 | 12 | 0 | 11 | 315 | 70 | 120 |
| Binary | 10101110 | 11010000 | 11101000 | 11001 | 1010 | 0 | 1001 | 11001101 | 111000 | 1010000 |
Color Harmonies of #AED0E8
Complementary color
Monochromatic Colors of #AED0E8
Black with #AED0E8
Text Example
Text Example
White with #AED0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0E8; }
p { color: rgb(174,208,232); }
H1.HeaderClassName
{
color: #AED0E8;
}
.AnyTagClassName
{
color: #AED0E8;
}
</style>
background-color css
<style>
a { background-color: #AED0E8; }
a { background-color: rgb(174,208,232); }
div.DivClassName
{
background-color: #AED0E8;
}
.BgClassName
{
background-color: #AED0E8;
}
</style>
border-color css
<style>
span { border-color: #AED0E8; }
span { border-color: rgb(174,208,232); }
td.TdClassName
{
border-color: #AED0E8;
}
.TagClassName
{
border-color: #AED0E8;
}
</style>