Shades of Sail #AED6EF
Tints of Sail #AED6EF
RGB
CMYK
RGB Variations
Color information
#AED6EF (or 0xAED6EF) is known color: Sail. HEX triplet: AE, D6 and EF. RGB value is (174,214,239). Sum of RGB (Red+Green+Blue) = 174+214+239=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #AED6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6EF is #512910. Grayscale: #CCCCCC. Windows color (decimal): -5318929 or 15718062. OLE color: 15718062.
HSL color Cylindrical-coordinate representation of color #AED6EF: hue angle of 203.08º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED6EF is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 214 | 239 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.06 |
| HSL | 203.08º | 0.67% | 0.81% | - |
| HSV(B) | 203.08º | 0.27% | 0.94% | - |
| XYZ | 57.08 | 63.32 | 90.88 | - |
| YUV | 204.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 239 | 0.27 | 0.10 | 0 | 0.06 | 203.08 | 0.67 | 0.81 |
| Hex | AE | D6 | EF | 1B | A | 0 | 6 | CB | 43 | 51 |
| Octal | 256 | 326 | 357 | 33 | 12 | 0 | 6 | 313 | 103 | 121 |
| Binary | 10101110 | 11010110 | 11101111 | 11011 | 1010 | 0 | 110 | 11001011 | 1000011 | 1010001 |
Color Harmonies of #AED6EF
Complementary color
Monochromatic Colors of #AED6EF
Black with #AED6EF
Text Example
Text Example
White with #AED6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6EF; }
p { color: rgb(174,214,239); }
H1.HeaderClassName
{
color: #AED6EF;
}
.AnyTagClassName
{
color: #AED6EF;
}
</style>
background-color css
<style>
a { background-color: #AED6EF; }
a { background-color: rgb(174,214,239); }
div.DivClassName
{
background-color: #AED6EF;
}
.BgClassName
{
background-color: #AED6EF;
}
</style>
border-color css
<style>
span { border-color: #AED6EF; }
span { border-color: rgb(174,214,239); }
td.TdClassName
{
border-color: #AED6EF;
}
.TagClassName
{
border-color: #AED6EF;
}
</style>