Shades of Morning Glory #A0D9DB
Tints of Morning Glory #A0D9DB
RGB
CMYK
RGB Variations
Color information
#A0D9DB (or 0xA0D9DB) is known color: Morning Glory. HEX triplet: A0, D9 and DB. RGB value is (160,217,219). Sum of RGB (Red+Green+Blue) = 160+217+219=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0D9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D9DB is #5F2624. Grayscale: #C8C8C8. Windows color (decimal): -6235685 or 14408096. OLE color: 14408096.
HSL color Cylindrical-coordinate representation of color #A0D9DB: hue angle of 182.03º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0D9DB is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 217 | 219 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.14 |
| HSL | 182.03º | 0.45% | 0.74% | - |
| HSV(B) | 182.03º | 0.27% | 0.86% | - |
| XYZ | 52.1 | 62.21 | 76.28 | - |
| YUV | 200.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 219 | 0.27 | 0.01 | 0 | 0.14 | 182.03 | 0.45 | 0.74 |
| Hex | A0 | D9 | DB | 1B | 1 | 0 | E | B6 | 2D | 4A |
| Octal | 240 | 331 | 333 | 33 | 1 | 0 | 16 | 266 | 55 | 112 |
| Binary | 10100000 | 11011001 | 11011011 | 11011 | 1 | 0 | 1110 | 10110110 | 101101 | 1001010 |
Color Harmonies of #A0D9DB
Complementary color
Monochromatic Colors of #A0D9DB
Black with #A0D9DB
Text Example
Text Example
White with #A0D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D9DB; }
p { color: rgb(160,217,219); }
H1.HeaderClassName
{
color: #A0D9DB;
}
.AnyTagClassName
{
color: #A0D9DB;
}
</style>
background-color css
<style>
a { background-color: #A0D9DB; }
a { background-color: rgb(160,217,219); }
div.DivClassName
{
background-color: #A0D9DB;
}
.BgClassName
{
background-color: #A0D9DB;
}
</style>
border-color css
<style>
span { border-color: #A0D9DB; }
span { border-color: rgb(160,217,219); }
td.TdClassName
{
border-color: #A0D9DB;
}
.TagClassName
{
border-color: #A0D9DB;
}
</style>