Shades of Morning Glory #A2DADB
Tints of Morning Glory #A2DADB
RGB
CMYK
RGB Variations
Color information
#A2DADB (or 0xA2DADB) is known color: Morning Glory. HEX triplet: A2, DA and DB. RGB value is (162,218,219). Sum of RGB (Red+Green+Blue) = 162+218+219=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DADB is #5D2524. Grayscale: #C9C9C9. Windows color (decimal): -6104357 or 14408354. OLE color: 14408354.
HSL color Cylindrical-coordinate representation of color #A2DADB: hue angle of 181.05º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DADB is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 162 | 218 | 219 | - |
CMYK | 0.26 | 0.00 | 0 | 0.14 |
HSL | 181.05º | 0.44% | 0.75% | - |
HSV(B) | 181.05º | 0.26% | 0.86% | - |
XYZ | 52.76 | 62.94 | 76.39 | - |
YUV | 201.37 | 137.95 | 99.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 218 | 219 | 0.26 | 0.00 | 0 | 0.14 | 181.05 | 0.44 | 0.75 |
Hex | A2 | DA | DB | 1A | 0 | 0 | E | B5 | 2C | 4B |
Octal | 242 | 332 | 333 | 32 | 0 | 0 | 16 | 265 | 54 | 113 |
Binary | 10100010 | 11011010 | 11011011 | 11010 | 0 | 0 | 1110 | 10110101 | 101100 | 1001011 |
Color Harmonies of #A2DADB
Complementary color
Monochromatic Colors of #A2DADB
Black with #A2DADB
Text Example
Text Example
White with #A2DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DADB; }
p { color: rgb(162,218,219); }
H1.HeaderClassName
{
color: #A2DADB;
}
.AnyTagClassName
{
color: #A2DADB;
}
</style>
background-color css
<style>
a { background-color: #A2DADB; }
a { background-color: rgb(162,218,219); }
div.DivClassName
{
background-color: #A2DADB;
}
.BgClassName
{
background-color: #A2DADB;
}
</style>
border-color css
<style>
span { border-color: #A2DADB; }
span { border-color: rgb(162,218,219); }
td.TdClassName
{
border-color: #A2DADB;
}
.TagClassName
{
border-color: #A2DADB;
}
</style>