Shades of Morning Glory #A0C9CC
Tints of Morning Glory #A0C9CC
RGB
CMYK
RGB Variations
Color information
#A0C9CC (or 0xA0C9CC) is known color: Morning Glory. HEX triplet: A0, C9 and CC. RGB value is (160,201,204). Sum of RGB (Red+Green+Blue) = 160+201+204=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0C9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C9CC is #5F3633. Grayscale: #BDBDBD. Windows color (decimal): -6239796 or 13420960. OLE color: 13420960.
HSL color Cylindrical-coordinate representation of color #A0C9CC: hue angle of 184.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0C9CC is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 201 | 204 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.2 |
| HSL | 184.09º | 0.3% | 0.71% | - |
| HSV(B) | 184.09º | 0.22% | 0.8% | - |
| XYZ | 46.28 | 53.61 | 65.03 | - |
| YUV | 189.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 204 | 0.22 | 0.01 | 0 | 0.2 | 184.09 | 0.3 | 0.71 |
| Hex | A0 | C9 | CC | 16 | 1 | 0 | 14 | B8 | 1E | 47 |
| Octal | 240 | 311 | 314 | 26 | 1 | 0 | 24 | 270 | 36 | 107 |
| Binary | 10100000 | 11001001 | 11001100 | 10110 | 1 | 0 | 10100 | 10111000 | 11110 | 1000111 |
Color Harmonies of #A0C9CC
Complementary color
Monochromatic Colors of #A0C9CC
Black with #A0C9CC
Text Example
Text Example
White with #A0C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C9CC; }
p { color: rgb(160,201,204); }
H1.HeaderClassName
{
color: #A0C9CC;
}
.AnyTagClassName
{
color: #A0C9CC;
}
</style>
background-color css
<style>
a { background-color: #A0C9CC; }
a { background-color: rgb(160,201,204); }
div.DivClassName
{
background-color: #A0C9CC;
}
.BgClassName
{
background-color: #A0C9CC;
}
</style>
border-color css
<style>
span { border-color: #A0C9CC; }
span { border-color: rgb(160,201,204); }
td.TdClassName
{
border-color: #A0C9CC;
}
.TagClassName
{
border-color: #A0C9CC;
}
</style>