Shades of Morning Glory #A1D9D8
Tints of Morning Glory #A1D9D8
RGB
CMYK
RGB Variations
Color information
#A1D9D8 (or 0xA1D9D8) is known color: Morning Glory. HEX triplet: A1, D9 and D8. RGB value is (161,217,216). Sum of RGB (Red+Green+Blue) = 161+217+216=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9D8 is #5E2627. Grayscale: #C8C8C8. Windows color (decimal): -6170152 or 14211489. OLE color: 14211489.
HSL color Cylindrical-coordinate representation of color #A1D9D8: hue angle of 178.93º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D9D8 is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 216 | - |
| CMYK | 0.26 | 0 | 0.00 | 0.15 |
| HSL | 178.93º | 0.42% | 0.74% | - |
| HSV(B) | 178.93º | 0.26% | 0.85% | - |
| XYZ | 51.91 | 62.16 | 74.23 | - |
| YUV | 200.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 216 | 0.26 | 0 | 0.00 | 0.15 | 178.93 | 0.42 | 0.74 |
| Hex | A1 | D9 | D8 | 1A | 0 | 0 | F | B3 | 2A | 4A |
| Octal | 241 | 331 | 330 | 32 | 0 | 0 | 17 | 263 | 52 | 112 |
| Binary | 10100001 | 11011001 | 11011000 | 11010 | 0 | 0 | 1111 | 10110011 | 101010 | 1001010 |
Color Harmonies of #A1D9D8
Complementary color
Monochromatic Colors of #A1D9D8
Black with #A1D9D8
Text Example
Text Example
White with #A1D9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D9D8; }
p { color: rgb(161,217,216); }
H1.HeaderClassName
{
color: #A1D9D8;
}
.AnyTagClassName
{
color: #A1D9D8;
}
</style>
background-color css
<style>
a { background-color: #A1D9D8; }
a { background-color: rgb(161,217,216); }
div.DivClassName
{
background-color: #A1D9D8;
}
.BgClassName
{
background-color: #A1D9D8;
}
</style>
border-color css
<style>
span { border-color: #A1D9D8; }
span { border-color: rgb(161,217,216); }
td.TdClassName
{
border-color: #A1D9D8;
}
.TagClassName
{
border-color: #A1D9D8;
}
</style>