Shades of Morning Glory #A0C8CB
Tints of Morning Glory #A0C8CB
RGB
CMYK
RGB Variations
Color information
#A0C8CB (or 0xA0C8CB) is known color: Morning Glory. HEX triplet: A0, C8 and CB. RGB value is (160,200,203). Sum of RGB (Red+Green+Blue) = 160+200+203=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0C8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C8CB is #5F3734. Grayscale: #BCBCBC. Windows color (decimal): -6240053 or 13355168. OLE color: 13355168.
HSL color Cylindrical-coordinate representation of color #A0C8CB: hue angle of 184.19º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0C8CB is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 200 | 203 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.20 |
| HSL | 184.19º | 0.29% | 0.71% | - |
| HSV(B) | 184.19º | 0.21% | 0.8% | - |
| XYZ | 45.93 | 53.09 | 64.33 | - |
| YUV | 188.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 203 | 0.21 | 0.01 | 0 | 0.20 | 184.19 | 0.29 | 0.71 |
| Hex | A0 | C8 | CB | 15 | 1 | 0 | 14 | B8 | 1D | 47 |
| Octal | 240 | 310 | 313 | 25 | 1 | 0 | 24 | 270 | 35 | 107 |
| Binary | 10100000 | 11001000 | 11001011 | 10101 | 1 | 0 | 10100 | 10111000 | 11101 | 1000111 |
Color Harmonies of #A0C8CB
Complementary color
Monochromatic Colors of #A0C8CB
Black with #A0C8CB
Text Example
Text Example
White with #A0C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C8CB; }
p { color: rgb(160,200,203); }
H1.HeaderClassName
{
color: #A0C8CB;
}
.AnyTagClassName
{
color: #A0C8CB;
}
</style>
background-color css
<style>
a { background-color: #A0C8CB; }
a { background-color: rgb(160,200,203); }
div.DivClassName
{
background-color: #A0C8CB;
}
.BgClassName
{
background-color: #A0C8CB;
}
</style>
border-color css
<style>
span { border-color: #A0C8CB; }
span { border-color: rgb(160,200,203); }
td.TdClassName
{
border-color: #A0C8CB;
}
.TagClassName
{
border-color: #A0C8CB;
}
</style>