Shades of Morning Glory #A0DADB
Tints of Morning Glory #A0DADB
RGB
CMYK
RGB Variations
Color information
#A0DADB (or 0xA0DADB) is known color: Morning Glory. HEX triplet: A0, DA and DB. RGB value is (160,218,219). Sum of RGB (Red+Green+Blue) = 160+218+219=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DADB is #5F2524. Grayscale: #C8C8C8. Windows color (decimal): -6235429 or 14408352. OLE color: 14408352.
HSL color Cylindrical-coordinate representation of color #A0DADB: hue angle of 181.02º 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 #A0DADB is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 218 | 219 | - |
| CMYK | 0.27 | 0.00 | 0 | 0.14 |
| HSL | 181.02º | 0.45% | 0.74% | - |
| HSV(B) | 181.02º | 0.27% | 0.86% | - |
| XYZ | 52.35 | 62.73 | 76.37 | - |
| YUV | 200.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 219 | 0.27 | 0.00 | 0 | 0.14 | 181.02 | 0.45 | 0.74 |
| Hex | A0 | DA | DB | 1B | 0 | 0 | E | B5 | 2D | 4A |
| Octal | 240 | 332 | 333 | 33 | 0 | 0 | 16 | 265 | 55 | 112 |
| Binary | 10100000 | 11011010 | 11011011 | 11011 | 0 | 0 | 1110 | 10110101 | 101101 | 1001010 |
Color Harmonies of #A0DADB
Complementary color
Monochromatic Colors of #A0DADB
Black with #A0DADB
Text Example
Text Example
White with #A0DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DADB; }
p { color: rgb(160,218,219); }
H1.HeaderClassName
{
color: #A0DADB;
}
.AnyTagClassName
{
color: #A0DADB;
}
</style>
background-color css
<style>
a { background-color: #A0DADB; }
a { background-color: rgb(160,218,219); }
div.DivClassName
{
background-color: #A0DADB;
}
.BgClassName
{
background-color: #A0DADB;
}
</style>
border-color css
<style>
span { border-color: #A0DADB; }
span { border-color: rgb(160,218,219); }
td.TdClassName
{
border-color: #A0DADB;
}
.TagClassName
{
border-color: #A0DADB;
}
</style>