Shades of Morning Glory #A1DADB
Tints of Morning Glory #A1DADB
RGB
CMYK
RGB Variations
Color information
#A1DADB (or 0xA1DADB) is known color: Morning Glory. HEX triplet: A1, DA and DB. RGB value is (161,218,219). Sum of RGB (Red+Green+Blue) = 161+218+219=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DADB is #5E2524. Grayscale: #C9C9C9. Windows color (decimal): -6169893 or 14408353. OLE color: 14408353.
HSL color Cylindrical-coordinate representation of color #A1DADB: hue angle of 181.03º 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 #A1DADB is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 218 | 219 | - |
| CMYK | 0.26 | 0.00 | 0 | 0.14 |
| HSL | 181.03º | 0.45% | 0.75% | - |
| HSV(B) | 181.03º | 0.26% | 0.86% | - |
| XYZ | 52.56 | 62.83 | 76.38 | - |
| YUV | 201.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 219 | 0.26 | 0.00 | 0 | 0.14 | 181.03 | 0.45 | 0.75 |
| Hex | A1 | DA | DB | 1A | 0 | 0 | E | B5 | 2D | 4B |
| Octal | 241 | 332 | 333 | 32 | 0 | 0 | 16 | 265 | 55 | 113 |
| Binary | 10100001 | 11011010 | 11011011 | 11010 | 0 | 0 | 1110 | 10110101 | 101101 | 1001011 |
Color Harmonies of #A1DADB
Complementary color
Monochromatic Colors of #A1DADB
Black with #A1DADB
Text Example
Text Example
White with #A1DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DADB; }
p { color: rgb(161,218,219); }
H1.HeaderClassName
{
color: #A1DADB;
}
.AnyTagClassName
{
color: #A1DADB;
}
</style>
background-color css
<style>
a { background-color: #A1DADB; }
a { background-color: rgb(161,218,219); }
div.DivClassName
{
background-color: #A1DADB;
}
.BgClassName
{
background-color: #A1DADB;
}
</style>
border-color css
<style>
span { border-color: #A1DADB; }
span { border-color: rgb(161,218,219); }
td.TdClassName
{
border-color: #A1DADB;
}
.TagClassName
{
border-color: #A1DADB;
}
</style>