Shades of Sail #AED1E6
Tints of Sail #AED1E6
RGB
CMYK
RGB Variations
Color information
#AED1E6 (or 0xAED1E6) is known color: Sail. HEX triplet: AE, D1 and E6. RGB value is (174,209,230). Sum of RGB (Red+Green+Blue) = 174+209+230=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #AED1E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED1E6 is #512E19. Grayscale: #C8C8C8. Windows color (decimal): -5320218 or 15126958. OLE color: 15126958.
HSL color Cylindrical-coordinate representation of color #AED1E6: hue angle of 202.5º 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 #AED1E6 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 209 | 230 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.10 |
| HSL | 202.5º | 0.53% | 0.79% | - |
| HSV(B) | 202.5º | 0.24% | 0.9% | - |
| XYZ | 54.54 | 60.31 | 83.63 | - |
| YUV | 200.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 230 | 0.24 | 0.09 | 0 | 0.10 | 202.5 | 0.53 | 0.79 |
| Hex | AE | D1 | E6 | 18 | 9 | 0 | A | CA | 35 | 4F |
| Octal | 256 | 321 | 346 | 30 | 11 | 0 | 12 | 312 | 65 | 117 |
| Binary | 10101110 | 11010001 | 11100110 | 11000 | 1001 | 0 | 1010 | 11001010 | 110101 | 1001111 |
Color Harmonies of #AED1E6
Complementary color
Monochromatic Colors of #AED1E6
Black with #AED1E6
Text Example
Text Example
White with #AED1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED1E6; }
p { color: rgb(174,209,230); }
H1.HeaderClassName
{
color: #AED1E6;
}
.AnyTagClassName
{
color: #AED1E6;
}
</style>
background-color css
<style>
a { background-color: #AED1E6; }
a { background-color: rgb(174,209,230); }
div.DivClassName
{
background-color: #AED1E6;
}
.BgClassName
{
background-color: #AED1E6;
}
</style>
border-color css
<style>
span { border-color: #AED1E6; }
span { border-color: rgb(174,209,230); }
td.TdClassName
{
border-color: #AED1E6;
}
.TagClassName
{
border-color: #AED1E6;
}
</style>