Shades of Morning Glory #A4CED3
Tints of Morning Glory #A4CED3
RGB
CMYK
RGB Variations
Color information
#A4CED3 (or 0xA4CED3) is known color: Morning Glory. HEX triplet: A4, CE and D3. RGB value is (164,206,211). Sum of RGB (Red+Green+Blue) = 164+206+211=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 211 - color contains mainly: blue. Hex color #A4CED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CED3 is #5B312C. Grayscale: #C1C1C1. Windows color (decimal): -5976365 or 13880996. OLE color: 13880996.
HSL color Cylindrical-coordinate representation of color #A4CED3: hue angle of 186.38º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4CED3 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 206 | 211 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.17 |
| HSL | 186.38º | 0.35% | 0.74% | - |
| HSV(B) | 186.38º | 0.22% | 0.83% | - |
| XYZ | 49.14 | 56.74 | 69.99 | - |
| YUV | 194.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 211 | 0.22 | 0.02 | 0 | 0.17 | 186.38 | 0.35 | 0.74 |
| Hex | A4 | CE | D3 | 16 | 2 | 0 | 11 | BA | 23 | 4A |
| Octal | 244 | 316 | 323 | 26 | 2 | 0 | 21 | 272 | 43 | 112 |
| Binary | 10100100 | 11001110 | 11010011 | 10110 | 10 | 0 | 10001 | 10111010 | 100011 | 1001010 |
Color Harmonies of #A4CED3
Complementary color
Monochromatic Colors of #A4CED3
Black with #A4CED3
Text Example
Text Example
White with #A4CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CED3; }
p { color: rgb(164,206,211); }
H1.HeaderClassName
{
color: #A4CED3;
}
.AnyTagClassName
{
color: #A4CED3;
}
</style>
background-color css
<style>
a { background-color: #A4CED3; }
a { background-color: rgb(164,206,211); }
div.DivClassName
{
background-color: #A4CED3;
}
.BgClassName
{
background-color: #A4CED3;
}
</style>
border-color css
<style>
span { border-color: #A4CED3; }
span { border-color: rgb(164,206,211); }
td.TdClassName
{
border-color: #A4CED3;
}
.TagClassName
{
border-color: #A4CED3;
}
</style>