Shades of Morning Glory #A3C8CD
Tints of Morning Glory #A3C8CD
RGB
CMYK
RGB Variations
Color information
#A3C8CD (or 0xA3C8CD) is known color: Morning Glory. HEX triplet: A3, C8 and CD. RGB value is (163,200,205). Sum of RGB (Red+Green+Blue) = 163+200+205=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3C8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C8CD is #5C3732. Grayscale: #BDBDBD. Windows color (decimal): -6043443 or 13486243. OLE color: 13486243.
HSL color Cylindrical-coordinate representation of color #A3C8CD: hue angle of 187.14º degrees, saturation: 0.3, 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 #A3C8CD is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 200 | 205 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.20 |
| HSL | 187.14º | 0.3% | 0.72% | - |
| HSV(B) | 187.14º | 0.2% | 0.8% | - |
| XYZ | 46.78 | 53.5 | 65.62 | - |
| YUV | 189.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 205 | 0.20 | 0.02 | 0 | 0.20 | 187.14 | 0.3 | 0.72 |
| Hex | A3 | C8 | CD | 14 | 2 | 0 | 14 | BB | 1E | 48 |
| Octal | 243 | 310 | 315 | 24 | 2 | 0 | 24 | 273 | 36 | 110 |
| Binary | 10100011 | 11001000 | 11001101 | 10100 | 10 | 0 | 10100 | 10111011 | 11110 | 1001000 |
Color Harmonies of #A3C8CD
Complementary color
Monochromatic Colors of #A3C8CD
Black with #A3C8CD
Text Example
Text Example
White with #A3C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C8CD; }
p { color: rgb(163,200,205); }
H1.HeaderClassName
{
color: #A3C8CD;
}
.AnyTagClassName
{
color: #A3C8CD;
}
</style>
background-color css
<style>
a { background-color: #A3C8CD; }
a { background-color: rgb(163,200,205); }
div.DivClassName
{
background-color: #A3C8CD;
}
.BgClassName
{
background-color: #A3C8CD;
}
</style>
border-color css
<style>
span { border-color: #A3C8CD; }
span { border-color: rgb(163,200,205); }
td.TdClassName
{
border-color: #A3C8CD;
}
.TagClassName
{
border-color: #A3C8CD;
}
</style>