Shades of Morning Glory #A0D7DC
Tints of Morning Glory #A0D7DC
RGB
CMYK
RGB Variations
Color information
#A0D7DC (or 0xA0D7DC) is known color: Morning Glory. HEX triplet: A0, D7 and DC. RGB value is (160,215,220). Sum of RGB (Red+Green+Blue) = 160+215+220=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D7DC is #5F2823. Grayscale: #C7C7C7. Windows color (decimal): -6236196 or 14473120. OLE color: 14473120.
HSL color Cylindrical-coordinate representation of color #A0D7DC: hue angle of 185º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0D7DC is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 215 | 220 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.14 |
| HSL | 185º | 0.46% | 0.75% | - |
| HSV(B) | 185º | 0.27% | 0.86% | - |
| XYZ | 51.72 | 61.24 | 76.81 | - |
| YUV | 199.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 220 | 0.27 | 0.02 | 0 | 0.14 | 185 | 0.46 | 0.75 |
| Hex | A0 | D7 | DC | 1B | 2 | 0 | E | B9 | 2E | 4B |
| Octal | 240 | 327 | 334 | 33 | 2 | 0 | 16 | 271 | 56 | 113 |
| Binary | 10100000 | 11010111 | 11011100 | 11011 | 10 | 0 | 1110 | 10111001 | 101110 | 1001011 |
Color Harmonies of #A0D7DC
Complementary color
Monochromatic Colors of #A0D7DC
Black with #A0D7DC
Text Example
Text Example
White with #A0D7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D7DC; }
p { color: rgb(160,215,220); }
H1.HeaderClassName
{
color: #A0D7DC;
}
.AnyTagClassName
{
color: #A0D7DC;
}
</style>
background-color css
<style>
a { background-color: #A0D7DC; }
a { background-color: rgb(160,215,220); }
div.DivClassName
{
background-color: #A0D7DC;
}
.BgClassName
{
background-color: #A0D7DC;
}
</style>
border-color css
<style>
span { border-color: #A0D7DC; }
span { border-color: rgb(160,215,220); }
td.TdClassName
{
border-color: #A0D7DC;
}
.TagClassName
{
border-color: #A0D7DC;
}
</style>