Shades of Morning Glory #A0DADC
Tints of Morning Glory #A0DADC
RGB
CMYK
RGB Variations
Color information
#A0DADC (or 0xA0DADC) is known color: Morning Glory. HEX triplet: A0, DA and DC. RGB value is (160,218,220). Sum of RGB (Red+Green+Blue) = 160+218+220=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DADC is #5F2523. Grayscale: #C8C8C8. Windows color (decimal): -6235428 or 14473888. OLE color: 14473888.
HSL color Cylindrical-coordinate representation of color #A0DADC: hue angle of 182º 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 #A0DADC is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 218 | 220 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.14 |
| HSL | 182º | 0.46% | 0.75% | - |
| HSV(B) | 182º | 0.27% | 0.86% | - |
| XYZ | 52.49 | 62.78 | 77.06 | - |
| YUV | 200.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 220 | 0.27 | 0.01 | 0 | 0.14 | 182 | 0.46 | 0.75 |
| Hex | A0 | DA | DC | 1B | 1 | 0 | E | B6 | 2E | 4B |
| Octal | 240 | 332 | 334 | 33 | 1 | 0 | 16 | 266 | 56 | 113 |
| Binary | 10100000 | 11011010 | 11011100 | 11011 | 1 | 0 | 1110 | 10110110 | 101110 | 1001011 |
Color Harmonies of #A0DADC
Complementary color
Monochromatic Colors of #A0DADC
Black with #A0DADC
Text Example
Text Example
White with #A0DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DADC; }
p { color: rgb(160,218,220); }
H1.HeaderClassName
{
color: #A0DADC;
}
.AnyTagClassName
{
color: #A0DADC;
}
</style>
background-color css
<style>
a { background-color: #A0DADC; }
a { background-color: rgb(160,218,220); }
div.DivClassName
{
background-color: #A0DADC;
}
.BgClassName
{
background-color: #A0DADC;
}
</style>
border-color css
<style>
span { border-color: #A0DADC; }
span { border-color: rgb(160,218,220); }
td.TdClassName
{
border-color: #A0DADC;
}
.TagClassName
{
border-color: #A0DADC;
}
</style>