Shades of Sail #AEDAF4
Tints of Sail #AEDAF4
RGB
CMYK
RGB Variations
Color information
#AEDAF4 (or 0xAEDAF4) is known color: Sail. HEX triplet: AE, DA and F4. RGB value is (174,218,244). Sum of RGB (Red+Green+Blue) = 174+218+244=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 244 (95.70% from 255 or 38.36% from 636); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEDAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAF4 is #51250B. Grayscale: #CFCFCF. Windows color (decimal): -5317900 or 16046766. OLE color: 16046766.
HSL color Cylindrical-coordinate representation of color #AEDAF4: hue angle of 202.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDAF4 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 218 | 244 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.04 |
| HSL | 202.29º | 0.76% | 0.82% | - |
| HSV(B) | 202.29º | 0.29% | 0.96% | - |
| XYZ | 58.86 | 65.67 | 95.16 | - |
| YUV | 207.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 244 | 0.29 | 0.11 | 0 | 0.04 | 202.29 | 0.76 | 0.82 |
| Hex | AE | DA | F4 | 1D | B | 0 | 4 | CA | 4C | 52 |
| Octal | 256 | 332 | 364 | 35 | 13 | 0 | 4 | 312 | 114 | 122 |
| Binary | 10101110 | 11011010 | 11110100 | 11101 | 1011 | 0 | 100 | 11001010 | 1001100 | 1010010 |
Color Harmonies of #AEDAF4
Complementary color
Monochromatic Colors of #AEDAF4
Black with #AEDAF4
Text Example
Text Example
White with #AEDAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAF4; }
p { color: rgb(174,218,244); }
H1.HeaderClassName
{
color: #AEDAF4;
}
.AnyTagClassName
{
color: #AEDAF4;
}
</style>
background-color css
<style>
a { background-color: #AEDAF4; }
a { background-color: rgb(174,218,244); }
div.DivClassName
{
background-color: #AEDAF4;
}
.BgClassName
{
background-color: #AEDAF4;
}
</style>
border-color css
<style>
span { border-color: #AEDAF4; }
span { border-color: rgb(174,218,244); }
td.TdClassName
{
border-color: #AEDAF4;
}
.TagClassName
{
border-color: #AEDAF4;
}
</style>