Shades of Morning Glory #A0D0D5
Tints of Morning Glory #A0D0D5
RGB
CMYK
RGB Variations
Color information
#A0D0D5 (or 0xA0D0D5) is known color: Morning Glory. HEX triplet: A0, D0 and D5. RGB value is (160,208,213). Sum of RGB (Red+Green+Blue) = 160+208+213=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #A0D0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D0D5 is #5F2F2A. Grayscale: #C2C2C2. Windows color (decimal): -6237995 or 14012576. OLE color: 14012576.
HSL color Cylindrical-coordinate representation of color #A0D0D5: hue angle of 185.66º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D0D5 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 208 | 213 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.16 |
| HSL | 185.66º | 0.39% | 0.73% | - |
| HSV(B) | 185.66º | 0.25% | 0.84% | - |
| XYZ | 49.06 | 57.39 | 71.44 | - |
| YUV | 194.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 213 | 0.25 | 0.02 | 0 | 0.16 | 185.66 | 0.39 | 0.73 |
| Hex | A0 | D0 | D5 | 19 | 2 | 0 | 10 | BA | 27 | 49 |
| Octal | 240 | 320 | 325 | 31 | 2 | 0 | 20 | 272 | 47 | 111 |
| Binary | 10100000 | 11010000 | 11010101 | 11001 | 10 | 0 | 10000 | 10111010 | 100111 | 1001001 |
Color Harmonies of #A0D0D5
Complementary color
Monochromatic Colors of #A0D0D5
Black with #A0D0D5
Text Example
Text Example
White with #A0D0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0D5; }
p { color: rgb(160,208,213); }
H1.HeaderClassName
{
color: #A0D0D5;
}
.AnyTagClassName
{
color: #A0D0D5;
}
</style>
background-color css
<style>
a { background-color: #A0D0D5; }
a { background-color: rgb(160,208,213); }
div.DivClassName
{
background-color: #A0D0D5;
}
.BgClassName
{
background-color: #A0D0D5;
}
</style>
border-color css
<style>
span { border-color: #A0D0D5; }
span { border-color: rgb(160,208,213); }
td.TdClassName
{
border-color: #A0D0D5;
}
.TagClassName
{
border-color: #A0D0D5;
}
</style>