Shades of Morning Glory #A1D6DB
Tints of Morning Glory #A1D6DB
RGB
CMYK
RGB Variations
Color information
#A1D6DB (or 0xA1D6DB) is known color: Morning Glory. HEX triplet: A1, D6 and DB. RGB value is (161,214,219). Sum of RGB (Red+Green+Blue) = 161+214+219=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1D6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D6DB is #5E2924. Grayscale: #C6C6C6. Windows color (decimal): -6170917 or 14407329. OLE color: 14407329.
HSL color Cylindrical-coordinate representation of color #A1D6DB: hue angle of 185.17º degrees, saturation: 0.45, 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 #A1D6DB is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 214 | 219 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.14 |
| HSL | 185.17º | 0.45% | 0.75% | - |
| HSV(B) | 185.17º | 0.26% | 0.86% | - |
| XYZ | 51.53 | 60.78 | 76.03 | - |
| YUV | 198.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 219 | 0.26 | 0.02 | 0 | 0.14 | 185.17 | 0.45 | 0.75 |
| Hex | A1 | D6 | DB | 1A | 2 | 0 | E | B9 | 2D | 4B |
| Octal | 241 | 326 | 333 | 32 | 2 | 0 | 16 | 271 | 55 | 113 |
| Binary | 10100001 | 11010110 | 11011011 | 11010 | 10 | 0 | 1110 | 10111001 | 101101 | 1001011 |
Color Harmonies of #A1D6DB
Complementary color
Monochromatic Colors of #A1D6DB
Black with #A1D6DB
Text Example
Text Example
White with #A1D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D6DB; }
p { color: rgb(161,214,219); }
H1.HeaderClassName
{
color: #A1D6DB;
}
.AnyTagClassName
{
color: #A1D6DB;
}
</style>
background-color css
<style>
a { background-color: #A1D6DB; }
a { background-color: rgb(161,214,219); }
div.DivClassName
{
background-color: #A1D6DB;
}
.BgClassName
{
background-color: #A1D6DB;
}
</style>
border-color css
<style>
span { border-color: #A1D6DB; }
span { border-color: rgb(161,214,219); }
td.TdClassName
{
border-color: #A1D6DB;
}
.TagClassName
{
border-color: #A1D6DB;
}
</style>