Shades of Sail #AED5EE
Tints of Sail #AED5EE
RGB
CMYK
RGB Variations
Color information
#AED5EE (or 0xAED5EE) is known color: Sail. HEX triplet: AE, D5 and EE. RGB value is (174,213,238). Sum of RGB (Red+Green+Blue) = 174+213+238=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #AED5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5EE is #512A11. Grayscale: #CCCCCC. Windows color (decimal): -5319186 or 15652270. OLE color: 15652270.
HSL color Cylindrical-coordinate representation of color #AED5EE: hue angle of 203.44º degrees, saturation: 0.65, 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 #AED5EE is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 213 | 238 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.07 |
| HSL | 203.44º | 0.65% | 0.81% | - |
| HSV(B) | 203.44º | 0.27% | 0.93% | - |
| XYZ | 56.68 | 62.76 | 90.02 | - |
| YUV | 204.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 238 | 0.27 | 0.11 | 0 | 0.07 | 203.44 | 0.65 | 0.81 |
| Hex | AE | D5 | EE | 1B | B | 0 | 7 | CB | 41 | 51 |
| Octal | 256 | 325 | 356 | 33 | 13 | 0 | 7 | 313 | 101 | 121 |
| Binary | 10101110 | 11010101 | 11101110 | 11011 | 1011 | 0 | 111 | 11001011 | 1000001 | 1010001 |
Color Harmonies of #AED5EE
Complementary color
Monochromatic Colors of #AED5EE
Black with #AED5EE
Text Example
Text Example
White with #AED5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED5EE; }
p { color: rgb(174,213,238); }
H1.HeaderClassName
{
color: #AED5EE;
}
.AnyTagClassName
{
color: #AED5EE;
}
</style>
background-color css
<style>
a { background-color: #AED5EE; }
a { background-color: rgb(174,213,238); }
div.DivClassName
{
background-color: #AED5EE;
}
.BgClassName
{
background-color: #AED5EE;
}
</style>
border-color css
<style>
span { border-color: #AED5EE; }
span { border-color: rgb(174,213,238); }
td.TdClassName
{
border-color: #AED5EE;
}
.TagClassName
{
border-color: #AED5EE;
}
</style>