Shades of Morning Glory #A4DBDB
Tints of Morning Glory #A4DBDB
RGB
CMYK
RGB Variations
Color information
#A4DBDB (or 0xA4DBDB) is known color: Morning Glory. HEX triplet: A4, DB and DB. RGB value is (164,219,219). Sum of RGB (Red+Green+Blue) = 164+219+219=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #A4DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBDB is #5B2424. Grayscale: #CACACA. Windows color (decimal): -5973029 or 14408612. OLE color: 14408612.
HSL color Cylindrical-coordinate representation of color #A4DBDB: hue angle of 180º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DBDB is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 219 | - |
| CMYK | 0.25 | 0 | 0 | 0.14 |
| HSL | 180º | 0.43% | 0.75% | - |
| HSV(B) | 180º | 0.25% | 0.86% | - |
| XYZ | 53.43 | 63.67 | 76.49 | - |
| YUV | 202.56 | 137.28 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 219 | 0.25 | 0 | 0 | 0.14 | 180 | 0.43 | 0.75 |
| Hex | A4 | DB | DB | 19 | 0 | 0 | E | B4 | 2B | 4B |
| Octal | 244 | 333 | 333 | 31 | 0 | 0 | 16 | 264 | 53 | 113 |
| Binary | 10100100 | 11011011 | 11011011 | 11001 | 0 | 0 | 1110 | 10110100 | 101011 | 1001011 |
Color Harmonies of #A4DBDB
Complementary color
Monochromatic Colors of #A4DBDB
Black with #A4DBDB
Text Example
Text Example
White with #A4DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBDB; }
p { color: rgb(164,219,219); }
H1.HeaderClassName
{
color: #A4DBDB;
}
.AnyTagClassName
{
color: #A4DBDB;
}
</style>
background-color css
<style>
a { background-color: #A4DBDB; }
a { background-color: rgb(164,219,219); }
div.DivClassName
{
background-color: #A4DBDB;
}
.BgClassName
{
background-color: #A4DBDB;
}
</style>
border-color css
<style>
span { border-color: #A4DBDB; }
span { border-color: rgb(164,219,219); }
td.TdClassName
{
border-color: #A4DBDB;
}
.TagClassName
{
border-color: #A4DBDB;
}
</style>