Shades of Morning Glory #A7DADB
Tints of Morning Glory #A7DADB
RGB
CMYK
RGB Variations
Color information
#A7DADB (or 0xA7DADB) is known color: Morning Glory. HEX triplet: A7, DA and DB. RGB value is (167,218,219). Sum of RGB (Red+Green+Blue) = 167+218+219=604 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.65% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DADB is #582524. Grayscale: #CACACA. Windows color (decimal): -5776677 or 14408359. OLE color: 14408359.
HSL color Cylindrical-coordinate representation of color #A7DADB: hue angle of 181.15º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DADB is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 218 | 219 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.14 |
| HSL | 181.15º | 0.42% | 0.76% | - |
| HSV(B) | 181.15º | 0.24% | 0.86% | - |
| XYZ | 53.79 | 63.47 | 76.43 | - |
| YUV | 202.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 219 | 0.24 | 0.00 | 0 | 0.14 | 181.15 | 0.42 | 0.76 |
| Hex | A7 | DA | DB | 18 | 0 | 0 | E | B5 | 2A | 4C |
| Octal | 247 | 332 | 333 | 30 | 0 | 0 | 16 | 265 | 52 | 114 |
| Binary | 10100111 | 11011010 | 11011011 | 11000 | 0 | 0 | 1110 | 10110101 | 101010 | 1001100 |
Color Harmonies of #A7DADB
Complementary color
Monochromatic Colors of #A7DADB
Black with #A7DADB
Text Example
Text Example
White with #A7DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DADB; }
p { color: rgb(167,218,219); }
H1.HeaderClassName
{
color: #A7DADB;
}
.AnyTagClassName
{
color: #A7DADB;
}
</style>
background-color css
<style>
a { background-color: #A7DADB; }
a { background-color: rgb(167,218,219); }
div.DivClassName
{
background-color: #A7DADB;
}
.BgClassName
{
background-color: #A7DADB;
}
</style>
border-color css
<style>
span { border-color: #A7DADB; }
span { border-color: rgb(167,218,219); }
td.TdClassName
{
border-color: #A7DADB;
}
.TagClassName
{
border-color: #A7DADB;
}
</style>