Shades of Morning Glory #A3DADC
Tints of Morning Glory #A3DADC
RGB
CMYK
RGB Variations
Color information
#A3DADC (or 0xA3DADC) is known color: Morning Glory. HEX triplet: A3, DA and DC. RGB value is (163,218,220). Sum of RGB (Red+Green+Blue) = 163+218+220=601 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.12% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DADC is #5C2523. Grayscale: #C9C9C9. Windows color (decimal): -6038820 or 14473891. OLE color: 14473891.
HSL color Cylindrical-coordinate representation of color #A3DADC: hue angle of 182.11º 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 #A3DADC is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 218 | 220 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.14 |
| HSL | 182.11º | 0.45% | 0.75% | - |
| HSV(B) | 182.11º | 0.26% | 0.86% | - |
| XYZ | 53.09 | 63.1 | 77.09 | - |
| YUV | 201.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 220 | 0.26 | 0.01 | 0 | 0.14 | 182.11 | 0.45 | 0.75 |
| Hex | A3 | DA | DC | 1A | 1 | 0 | E | B6 | 2D | 4B |
| Octal | 243 | 332 | 334 | 32 | 1 | 0 | 16 | 266 | 55 | 113 |
| Binary | 10100011 | 11011010 | 11011100 | 11010 | 1 | 0 | 1110 | 10110110 | 101101 | 1001011 |
Color Harmonies of #A3DADC
Complementary color
Monochromatic Colors of #A3DADC
Black with #A3DADC
Text Example
Text Example
White with #A3DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DADC; }
p { color: rgb(163,218,220); }
H1.HeaderClassName
{
color: #A3DADC;
}
.AnyTagClassName
{
color: #A3DADC;
}
</style>
background-color css
<style>
a { background-color: #A3DADC; }
a { background-color: rgb(163,218,220); }
div.DivClassName
{
background-color: #A3DADC;
}
.BgClassName
{
background-color: #A3DADC;
}
</style>
border-color css
<style>
span { border-color: #A3DADC; }
span { border-color: rgb(163,218,220); }
td.TdClassName
{
border-color: #A3DADC;
}
.TagClassName
{
border-color: #A3DADC;
}
</style>