Shades of Sail #AED8F2
Tints of Sail #AED8F2
RGB
CMYK
RGB Variations
Color information
#AED8F2 (or 0xAED8F2) is known color: Sail. HEX triplet: AE, D8 and F2. RGB value is (174,216,242). Sum of RGB (Red+Green+Blue) = 174+216+242=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #AED8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8F2 is #51270D. Grayscale: #CECECE. Windows color (decimal): -5318414 or 15915182. OLE color: 15915182.
HSL color Cylindrical-coordinate representation of color #AED8F2: hue angle of 202.94º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED8F2 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 216 | 242 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.05 |
| HSL | 202.94º | 0.72% | 0.82% | - |
| HSV(B) | 202.94º | 0.28% | 0.95% | - |
| XYZ | 58.04 | 64.52 | 93.4 | - |
| YUV | 206.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 242 | 0.28 | 0.11 | 0 | 0.05 | 202.94 | 0.72 | 0.82 |
| Hex | AE | D8 | F2 | 1C | B | 0 | 5 | CB | 48 | 52 |
| Octal | 256 | 330 | 362 | 34 | 13 | 0 | 5 | 313 | 110 | 122 |
| Binary | 10101110 | 11011000 | 11110010 | 11100 | 1011 | 0 | 101 | 11001011 | 1001000 | 1010010 |
Color Harmonies of #AED8F2
Complementary color
Monochromatic Colors of #AED8F2
Black with #AED8F2
Text Example
Text Example
White with #AED8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED8F2; }
p { color: rgb(174,216,242); }
H1.HeaderClassName
{
color: #AED8F2;
}
.AnyTagClassName
{
color: #AED8F2;
}
</style>
background-color css
<style>
a { background-color: #AED8F2; }
a { background-color: rgb(174,216,242); }
div.DivClassName
{
background-color: #AED8F2;
}
.BgClassName
{
background-color: #AED8F2;
}
</style>
border-color css
<style>
span { border-color: #AED8F2; }
span { border-color: rgb(174,216,242); }
td.TdClassName
{
border-color: #AED8F2;
}
.TagClassName
{
border-color: #AED8F2;
}
</style>