Shades of Morning Glory #AACBCE
Tints of Morning Glory #AACBCE
RGB
CMYK
RGB Variations
Color information
#AACBCE (or 0xAACBCE) is known color: Morning Glory. HEX triplet: AA, CB and CE. RGB value is (170,203,206). Sum of RGB (Red+Green+Blue) = 170+203+206=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #AACBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBCE is #553431. Grayscale: #C1C1C1. Windows color (decimal): -5583922 or 13552554. OLE color: 13552554.
HSL color Cylindrical-coordinate representation of color #AACBCE: hue angle of 185º 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 #AACBCE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 203 | 206 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.19 |
| HSL | 185º | 0.27% | 0.74% | - |
| HSV(B) | 185º | 0.17% | 0.81% | - |
| XYZ | 49.07 | 55.71 | 66.56 | - |
| YUV | 193.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 206 | 0.17 | 0.01 | 0 | 0.19 | 185 | 0.27 | 0.74 |
| Hex | AA | CB | CE | 11 | 1 | 0 | 13 | B9 | 1B | 4A |
| Octal | 252 | 313 | 316 | 21 | 1 | 0 | 23 | 271 | 33 | 112 |
| Binary | 10101010 | 11001011 | 11001110 | 10001 | 1 | 0 | 10011 | 10111001 | 11011 | 1001010 |
Color Harmonies of #AACBCE
Complementary color
Monochromatic Colors of #AACBCE
Black with #AACBCE
Text Example
Text Example
White with #AACBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBCE; }
p { color: rgb(170,203,206); }
H1.HeaderClassName
{
color: #AACBCE;
}
.AnyTagClassName
{
color: #AACBCE;
}
</style>
background-color css
<style>
a { background-color: #AACBCE; }
a { background-color: rgb(170,203,206); }
div.DivClassName
{
background-color: #AACBCE;
}
.BgClassName
{
background-color: #AACBCE;
}
</style>
border-color css
<style>
span { border-color: #AACBCE; }
span { border-color: rgb(170,203,206); }
td.TdClassName
{
border-color: #AACBCE;
}
.TagClassName
{
border-color: #AACBCE;
}
</style>