Shades of Sail #AED4ED
Tints of Sail #AED4ED
RGB
CMYK
RGB Variations
Color information
#AED4ED (or 0xAED4ED) is known color: Sail. HEX triplet: AE, D4 and ED. RGB value is (174,212,237). Sum of RGB (Red+Green+Blue) = 174+212+237=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #AED4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4ED is #512B12. Grayscale: #CBCBCB. Windows color (decimal): -5319443 or 15586478. OLE color: 15586478.
HSL color Cylindrical-coordinate representation of color #AED4ED: hue angle of 203.81º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED4ED is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 212 | 237 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.07 |
| HSL | 203.81º | 0.64% | 0.81% | - |
| HSV(B) | 203.81º | 0.27% | 0.93% | - |
| XYZ | 56.29 | 62.2 | 89.16 | - |
| YUV | 203.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 237 | 0.27 | 0.11 | 0 | 0.07 | 203.81 | 0.64 | 0.81 |
| Hex | AE | D4 | ED | 1B | B | 0 | 7 | CC | 40 | 51 |
| Octal | 256 | 324 | 355 | 33 | 13 | 0 | 7 | 314 | 100 | 121 |
| Binary | 10101110 | 11010100 | 11101101 | 11011 | 1011 | 0 | 111 | 11001100 | 1000000 | 1010001 |
Color Harmonies of #AED4ED
Complementary color
Monochromatic Colors of #AED4ED
Black with #AED4ED
Text Example
Text Example
White with #AED4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4ED; }
p { color: rgb(174,212,237); }
H1.HeaderClassName
{
color: #AED4ED;
}
.AnyTagClassName
{
color: #AED4ED;
}
</style>
background-color css
<style>
a { background-color: #AED4ED; }
a { background-color: rgb(174,212,237); }
div.DivClassName
{
background-color: #AED4ED;
}
.BgClassName
{
background-color: #AED4ED;
}
</style>
border-color css
<style>
span { border-color: #AED4ED; }
span { border-color: rgb(174,212,237); }
td.TdClassName
{
border-color: #AED4ED;
}
.TagClassName
{
border-color: #AED4ED;
}
</style>