Shades of Morning Glory #A3C7CB
Tints of Morning Glory #A3C7CB
RGB
CMYK
RGB Variations
Color information
#A3C7CB (or 0xA3C7CB) is known color: Morning Glory. HEX triplet: A3, C7 and CB. RGB value is (163,199,203). Sum of RGB (Red+Green+Blue) = 163+199+203=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3C7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C7CB is #5C3834. Grayscale: #BCBCBC. Windows color (decimal): -6043701 or 13354915. OLE color: 13354915.
HSL color Cylindrical-coordinate representation of color #A3C7CB: hue angle of 186º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3C7CB is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 199 | 203 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.20 |
| HSL | 186º | 0.28% | 0.72% | - |
| HSV(B) | 186º | 0.2% | 0.8% | - |
| XYZ | 46.31 | 52.95 | 64.28 | - |
| YUV | 188.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 199 | 203 | 0.20 | 0.02 | 0 | 0.20 | 186 | 0.28 | 0.72 |
| Hex | A3 | C7 | CB | 14 | 2 | 0 | 14 | BA | 1C | 48 |
| Octal | 243 | 307 | 313 | 24 | 2 | 0 | 24 | 272 | 34 | 110 |
| Binary | 10100011 | 11000111 | 11001011 | 10100 | 10 | 0 | 10100 | 10111010 | 11100 | 1001000 |
Color Harmonies of #A3C7CB
Complementary color
Monochromatic Colors of #A3C7CB
Black with #A3C7CB
Text Example
Text Example
White with #A3C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C7CB; }
p { color: rgb(163,199,203); }
H1.HeaderClassName
{
color: #A3C7CB;
}
.AnyTagClassName
{
color: #A3C7CB;
}
</style>
background-color css
<style>
a { background-color: #A3C7CB; }
a { background-color: rgb(163,199,203); }
div.DivClassName
{
background-color: #A3C7CB;
}
.BgClassName
{
background-color: #A3C7CB;
}
</style>
border-color css
<style>
span { border-color: #A3C7CB; }
span { border-color: rgb(163,199,203); }
td.TdClassName
{
border-color: #A3C7CB;
}
.TagClassName
{
border-color: #A3C7CB;
}
</style>