Shades of Morning Glory #A4CECE
Tints of Morning Glory #A4CECE
RGB
CMYK
RGB Variations
Color information
#A4CECE (or 0xA4CECE) is known color: Morning Glory. HEX triplet: A4, CE and CE. RGB value is (164,206,206). Sum of RGB (Red+Green+Blue) = 164+206+206=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #A4CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CECE is #5B3131. Grayscale: #C1C1C1. Windows color (decimal): -5976370 or 13553316. OLE color: 13553316.
HSL color Cylindrical-coordinate representation of color #A4CECE: hue angle of 180º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CECE is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 206 | - |
| CMYK | 0.20 | 0 | 0 | 0.19 |
| HSL | 180º | 0.3% | 0.73% | - |
| HSV(B) | 180º | 0.2% | 0.81% | - |
| XYZ | 48.52 | 56.49 | 66.74 | - |
| YUV | 193.44 | 135.09 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 206 | 0.20 | 0 | 0 | 0.19 | 180 | 0.3 | 0.73 |
| Hex | A4 | CE | CE | 14 | 0 | 0 | 13 | B4 | 1E | 49 |
| Octal | 244 | 316 | 316 | 24 | 0 | 0 | 23 | 264 | 36 | 111 |
| Binary | 10100100 | 11001110 | 11001110 | 10100 | 0 | 0 | 10011 | 10110100 | 11110 | 1001001 |
Color Harmonies of #A4CECE
Complementary color
Monochromatic Colors of #A4CECE
Black with #A4CECE
Text Example
Text Example
White with #A4CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CECE; }
p { color: rgb(164,206,206); }
H1.HeaderClassName
{
color: #A4CECE;
}
.AnyTagClassName
{
color: #A4CECE;
}
</style>
background-color css
<style>
a { background-color: #A4CECE; }
a { background-color: rgb(164,206,206); }
div.DivClassName
{
background-color: #A4CECE;
}
.BgClassName
{
background-color: #A4CECE;
}
</style>
border-color css
<style>
span { border-color: #A4CECE; }
span { border-color: rgb(164,206,206); }
td.TdClassName
{
border-color: #A4CECE;
}
.TagClassName
{
border-color: #A4CECE;
}
</style>