Shades of Morning Glory #A4CDD0
Tints of Morning Glory #A4CDD0
RGB
CMYK
RGB Variations
Color information
#A4CDD0 (or 0xA4CDD0) is known color: Morning Glory. HEX triplet: A4, CD and D0. RGB value is (164,205,208). Sum of RGB (Red+Green+Blue) = 164+205+208=577 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.42% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #A4CDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDD0 is #5B322F. Grayscale: #C1C1C1. Windows color (decimal): -5976624 or 13684132. OLE color: 13684132.
HSL color Cylindrical-coordinate representation of color #A4CDD0: hue angle of 184.09º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CDD0 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 205 | 208 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.18 |
| HSL | 184.09º | 0.32% | 0.73% | - |
| HSV(B) | 184.09º | 0.21% | 0.82% | - |
| XYZ | 48.53 | 56.11 | 67.95 | - |
| YUV | 193.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 205 | 208 | 0.21 | 0.01 | 0 | 0.18 | 184.09 | 0.32 | 0.73 |
| Hex | A4 | CD | D0 | 15 | 1 | 0 | 12 | B8 | 20 | 49 |
| Octal | 244 | 315 | 320 | 25 | 1 | 0 | 22 | 270 | 40 | 111 |
| Binary | 10100100 | 11001101 | 11010000 | 10101 | 1 | 0 | 10010 | 10111000 | 100000 | 1001001 |
Color Harmonies of #A4CDD0
Complementary color
Monochromatic Colors of #A4CDD0
Black with #A4CDD0
Text Example
Text Example
White with #A4CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CDD0; }
p { color: rgb(164,205,208); }
H1.HeaderClassName
{
color: #A4CDD0;
}
.AnyTagClassName
{
color: #A4CDD0;
}
</style>
background-color css
<style>
a { background-color: #A4CDD0; }
a { background-color: rgb(164,205,208); }
div.DivClassName
{
background-color: #A4CDD0;
}
.BgClassName
{
background-color: #A4CDD0;
}
</style>
border-color css
<style>
span { border-color: #A4CDD0; }
span { border-color: rgb(164,205,208); }
td.TdClassName
{
border-color: #A4CDD0;
}
.TagClassName
{
border-color: #A4CDD0;
}
</style>