Shades of Sail #AED0E6
Tints of Sail #AED0E6
RGB
CMYK
RGB Variations
Color information
#AED0E6 (or 0xAED0E6) is known color: Sail. HEX triplet: AE, D0 and E6. RGB value is (174,208,230). Sum of RGB (Red+Green+Blue) = 174+208+230=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #AED0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0E6 is #512F19. Grayscale: #C8C8C8. Windows color (decimal): -5320474 or 15126702. OLE color: 15126702.
HSL color Cylindrical-coordinate representation of color #AED0E6: hue angle of 203.57º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AED0E6 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 208 | 230 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.10 |
| HSL | 203.57º | 0.53% | 0.79% | - |
| HSV(B) | 203.57º | 0.24% | 0.9% | - |
| XYZ | 54.29 | 59.82 | 83.55 | - |
| YUV | 200.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 230 | 0.24 | 0.10 | 0 | 0.10 | 203.57 | 0.53 | 0.79 |
| Hex | AE | D0 | E6 | 18 | A | 0 | A | CC | 35 | 4F |
| Octal | 256 | 320 | 346 | 30 | 12 | 0 | 12 | 314 | 65 | 117 |
| Binary | 10101110 | 11010000 | 11100110 | 11000 | 1010 | 0 | 1010 | 11001100 | 110101 | 1001111 |
Color Harmonies of #AED0E6
Complementary color
Monochromatic Colors of #AED0E6
Black with #AED0E6
Text Example
Text Example
White with #AED0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0E6; }
p { color: rgb(174,208,230); }
H1.HeaderClassName
{
color: #AED0E6;
}
.AnyTagClassName
{
color: #AED0E6;
}
</style>
background-color css
<style>
a { background-color: #AED0E6; }
a { background-color: rgb(174,208,230); }
div.DivClassName
{
background-color: #AED0E6;
}
.BgClassName
{
background-color: #AED0E6;
}
</style>
border-color css
<style>
span { border-color: #AED0E6; }
span { border-color: rgb(174,208,230); }
td.TdClassName
{
border-color: #AED0E6;
}
.TagClassName
{
border-color: #AED0E6;
}
</style>