Shades of Morning Glory #A8CCCE
Tints of Morning Glory #A8CCCE
RGB
CMYK
RGB Variations
Color information
#A8CCCE (or 0xA8CCCE) is known color: Morning Glory. HEX triplet: A8, CC and CE. RGB value is (168,204,206). Sum of RGB (Red+Green+Blue) = 168+204+206=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8CCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCCE is #573331. Grayscale: #C1C1C1. Windows color (decimal): -5714738 or 13552808. OLE color: 13552808.
HSL color Cylindrical-coordinate representation of color #A8CCCE: hue angle of 183.16º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCCE is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 204 | 206 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.19 |
| HSL | 183.16º | 0.28% | 0.73% | - |
| HSV(B) | 183.16º | 0.18% | 0.81% | - |
| XYZ | 48.88 | 55.97 | 66.62 | - |
| YUV | 193.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 206 | 0.18 | 0.01 | 0 | 0.19 | 183.16 | 0.28 | 0.73 |
| Hex | A8 | CC | CE | 12 | 1 | 0 | 13 | B7 | 1C | 49 |
| Octal | 250 | 314 | 316 | 22 | 1 | 0 | 23 | 267 | 34 | 111 |
| Binary | 10101000 | 11001100 | 11001110 | 10010 | 1 | 0 | 10011 | 10110111 | 11100 | 1001001 |
Color Harmonies of #A8CCCE
Complementary color
Monochromatic Colors of #A8CCCE
Black with #A8CCCE
Text Example
Text Example
White with #A8CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCCE; }
p { color: rgb(168,204,206); }
H1.HeaderClassName
{
color: #A8CCCE;
}
.AnyTagClassName
{
color: #A8CCCE;
}
</style>
background-color css
<style>
a { background-color: #A8CCCE; }
a { background-color: rgb(168,204,206); }
div.DivClassName
{
background-color: #A8CCCE;
}
.BgClassName
{
background-color: #A8CCCE;
}
</style>
border-color css
<style>
span { border-color: #A8CCCE; }
span { border-color: rgb(168,204,206); }
td.TdClassName
{
border-color: #A8CCCE;
}
.TagClassName
{
border-color: #A8CCCE;
}
</style>