Shades of Morning Glory #A3C8CB
Tints of Morning Glory #A3C8CB
RGB
CMYK
RGB Variations
Color information
#A3C8CB (or 0xA3C8CB) is known color: Morning Glory. HEX triplet: A3, C8 and CB. RGB value is (163,200,203). Sum of RGB (Red+Green+Blue) = 163+200+203=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3C8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C8CB is #5C3734. Grayscale: #BDBDBD. Windows color (decimal): -6043445 or 13355171. OLE color: 13355171.
HSL color Cylindrical-coordinate representation of color #A3C8CB: hue angle of 184.5º 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 #A3C8CB is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 200 | 203 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.20 |
| HSL | 184.5º | 0.28% | 0.72% | - |
| HSV(B) | 184.5º | 0.2% | 0.8% | - |
| XYZ | 46.54 | 53.41 | 64.36 | - |
| YUV | 189.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 203 | 0.20 | 0.01 | 0 | 0.20 | 184.5 | 0.28 | 0.72 |
| Hex | A3 | C8 | CB | 14 | 1 | 0 | 14 | B8 | 1C | 48 |
| Octal | 243 | 310 | 313 | 24 | 1 | 0 | 24 | 270 | 34 | 110 |
| Binary | 10100011 | 11001000 | 11001011 | 10100 | 1 | 0 | 10100 | 10111000 | 11100 | 1001000 |
Color Harmonies of #A3C8CB
Complementary color
Monochromatic Colors of #A3C8CB
Black with #A3C8CB
Text Example
Text Example
White with #A3C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C8CB; }
p { color: rgb(163,200,203); }
H1.HeaderClassName
{
color: #A3C8CB;
}
.AnyTagClassName
{
color: #A3C8CB;
}
</style>
background-color css
<style>
a { background-color: #A3C8CB; }
a { background-color: rgb(163,200,203); }
div.DivClassName
{
background-color: #A3C8CB;
}
.BgClassName
{
background-color: #A3C8CB;
}
</style>
border-color css
<style>
span { border-color: #A3C8CB; }
span { border-color: rgb(163,200,203); }
td.TdClassName
{
border-color: #A3C8CB;
}
.TagClassName
{
border-color: #A3C8CB;
}
</style>