Shades of Morning Glory #A3CED4
Tints of Morning Glory #A3CED4
RGB
CMYK
RGB Variations
Color information
#A3CED4 (or 0xA3CED4) is known color: Morning Glory. HEX triplet: A3, CE and D4. RGB value is (163,206,212). Sum of RGB (Red+Green+Blue) = 163+206+212=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 212 - color contains mainly: blue. Hex color #A3CED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CED4 is #5C312B. Grayscale: #C1C1C1. Windows color (decimal): -6041900 or 13946531. OLE color: 13946531.
HSL color Cylindrical-coordinate representation of color #A3CED4: hue angle of 187.35º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3CED4 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 206 | 212 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.17 |
| HSL | 187.35º | 0.36% | 0.74% | - |
| HSV(B) | 187.35º | 0.23% | 0.83% | - |
| XYZ | 49.06 | 56.68 | 70.64 | - |
| YUV | 193.83 | 138.25 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 212 | 0.23 | 0.03 | 0 | 0.17 | 187.35 | 0.36 | 0.74 |
| Hex | A3 | CE | D4 | 17 | 3 | 0 | 11 | BB | 24 | 4A |
| Octal | 243 | 316 | 324 | 27 | 3 | 0 | 21 | 273 | 44 | 112 |
| Binary | 10100011 | 11001110 | 11010100 | 10111 | 11 | 0 | 10001 | 10111011 | 100100 | 1001010 |
Color Harmonies of #A3CED4
Complementary color
Monochromatic Colors of #A3CED4
Black with #A3CED4
Text Example
Text Example
White with #A3CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CED4; }
p { color: rgb(163,206,212); }
H1.HeaderClassName
{
color: #A3CED4;
}
.AnyTagClassName
{
color: #A3CED4;
}
</style>
background-color css
<style>
a { background-color: #A3CED4; }
a { background-color: rgb(163,206,212); }
div.DivClassName
{
background-color: #A3CED4;
}
.BgClassName
{
background-color: #A3CED4;
}
</style>
border-color css
<style>
span { border-color: #A3CED4; }
span { border-color: rgb(163,206,212); }
td.TdClassName
{
border-color: #A3CED4;
}
.TagClassName
{
border-color: #A3CED4;
}
</style>