Shades of Morning Glory #AACDCE
Tints of Morning Glory #AACDCE
RGB
CMYK
RGB Variations
Color information
#AACDCE (or 0xAACDCE) is known color: Morning Glory. HEX triplet: AA, CD and CE. RGB value is (170,205,206). Sum of RGB (Red+Green+Blue) = 170+205+206=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #AACDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDCE is #553231. Grayscale: #C2C2C2. Windows color (decimal): -5583410 or 13553066. OLE color: 13553066.
HSL color Cylindrical-coordinate representation of color #AACDCE: hue angle of 181.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACDCE is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 205 | 206 | - |
| CMYK | 0.17 | 0.00 | 0 | 0.19 |
| HSL | 181.67º | 0.27% | 0.74% | - |
| HSV(B) | 181.67º | 0.17% | 0.81% | - |
| XYZ | 49.55 | 56.66 | 66.72 | - |
| YUV | 194.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 206 | 0.17 | 0.00 | 0 | 0.19 | 181.67 | 0.27 | 0.74 |
| Hex | AA | CD | CE | 11 | 0 | 0 | 13 | B6 | 1B | 4A |
| Octal | 252 | 315 | 316 | 21 | 0 | 0 | 23 | 266 | 33 | 112 |
| Binary | 10101010 | 11001101 | 11001110 | 10001 | 0 | 0 | 10011 | 10110110 | 11011 | 1001010 |
Color Harmonies of #AACDCE
Complementary color
Monochromatic Colors of #AACDCE
Black with #AACDCE
Text Example
Text Example
White with #AACDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDCE; }
p { color: rgb(170,205,206); }
H1.HeaderClassName
{
color: #AACDCE;
}
.AnyTagClassName
{
color: #AACDCE;
}
</style>
background-color css
<style>
a { background-color: #AACDCE; }
a { background-color: rgb(170,205,206); }
div.DivClassName
{
background-color: #AACDCE;
}
.BgClassName
{
background-color: #AACDCE;
}
</style>
border-color css
<style>
span { border-color: #AACDCE; }
span { border-color: rgb(170,205,206); }
td.TdClassName
{
border-color: #AACDCE;
}
.TagClassName
{
border-color: #AACDCE;
}
</style>