Shades of Morning Glory #AECFD2
Tints of Morning Glory #AECFD2
RGB
CMYK
RGB Variations
Color information
#AECFD2 (or 0xAECFD2) is known color: Morning Glory. HEX triplet: AE, CF and D2. RGB value is (174,207,210). Sum of RGB (Red+Green+Blue) = 174+207+210=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #AECFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFD2 is #51302D. Grayscale: #C5C5C5. Windows color (decimal): -5320750 or 13815726. OLE color: 13815726.
HSL color Cylindrical-coordinate representation of color #AECFD2: hue angle of 185º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AECFD2 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 207 | 210 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.18 |
| HSL | 185º | 0.29% | 0.75% | - |
| HSV(B) | 185º | 0.17% | 0.82% | - |
| XYZ | 51.4 | 58.28 | 69.51 | - |
| YUV | 197.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 210 | 0.17 | 0.01 | 0 | 0.18 | 185 | 0.29 | 0.75 |
| Hex | AE | CF | D2 | 11 | 1 | 0 | 12 | B9 | 1D | 4B |
| Octal | 256 | 317 | 322 | 21 | 1 | 0 | 22 | 271 | 35 | 113 |
| Binary | 10101110 | 11001111 | 11010010 | 10001 | 1 | 0 | 10010 | 10111001 | 11101 | 1001011 |
Color Harmonies of #AECFD2
Complementary color
Monochromatic Colors of #AECFD2
Black with #AECFD2
Text Example
Text Example
White with #AECFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFD2; }
p { color: rgb(174,207,210); }
H1.HeaderClassName
{
color: #AECFD2;
}
.AnyTagClassName
{
color: #AECFD2;
}
</style>
background-color css
<style>
a { background-color: #AECFD2; }
a { background-color: rgb(174,207,210); }
div.DivClassName
{
background-color: #AECFD2;
}
.BgClassName
{
background-color: #AECFD2;
}
</style>
border-color css
<style>
span { border-color: #AECFD2; }
span { border-color: rgb(174,207,210); }
td.TdClassName
{
border-color: #AECFD2;
}
.TagClassName
{
border-color: #AECFD2;
}
</style>