Shades of Morning Glory #A7CDD1
Tints of Morning Glory #A7CDD1
RGB
CMYK
RGB Variations
Color information
#A7CDD1 (or 0xA7CDD1) is known color: Morning Glory. HEX triplet: A7, CD and D1. RGB value is (167,205,209). Sum of RGB (Red+Green+Blue) = 167+205+209=581 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.74% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 209 - color contains mainly: blue. Hex color #A7CDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CDD1 is #58322E. Grayscale: #C2C2C2. Windows color (decimal): -5780015 or 13749671. OLE color: 13749671.
HSL color Cylindrical-coordinate representation of color #A7CDD1: hue angle of 185.71º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7CDD1 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 205 | 209 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.18 |
| HSL | 185.71º | 0.31% | 0.74% | - |
| HSV(B) | 185.71º | 0.2% | 0.82% | - |
| XYZ | 49.28 | 56.48 | 68.63 | - |
| YUV | 194.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 205 | 209 | 0.20 | 0.02 | 0 | 0.18 | 185.71 | 0.31 | 0.74 |
| Hex | A7 | CD | D1 | 14 | 2 | 0 | 12 | BA | 1F | 4A |
| Octal | 247 | 315 | 321 | 24 | 2 | 0 | 22 | 272 | 37 | 112 |
| Binary | 10100111 | 11001101 | 11010001 | 10100 | 10 | 0 | 10010 | 10111010 | 11111 | 1001010 |
Color Harmonies of #A7CDD1
Complementary color
Monochromatic Colors of #A7CDD1
Black with #A7CDD1
Text Example
Text Example
White with #A7CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CDD1; }
p { color: rgb(167,205,209); }
H1.HeaderClassName
{
color: #A7CDD1;
}
.AnyTagClassName
{
color: #A7CDD1;
}
</style>
background-color css
<style>
a { background-color: #A7CDD1; }
a { background-color: rgb(167,205,209); }
div.DivClassName
{
background-color: #A7CDD1;
}
.BgClassName
{
background-color: #A7CDD1;
}
</style>
border-color css
<style>
span { border-color: #A7CDD1; }
span { border-color: rgb(167,205,209); }
td.TdClassName
{
border-color: #A7CDD1;
}
.TagClassName
{
border-color: #A7CDD1;
}
</style>