Shades of Morning Glory #A8CACE
Tints of Morning Glory #A8CACE
RGB
CMYK
RGB Variations
Color information
#A8CACE (or 0xA8CACE) is known color: Morning Glory. HEX triplet: A8, CA and CE. RGB value is (168,202,206). Sum of RGB (Red+Green+Blue) = 168+202+206=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CACE is #573531. Grayscale: #C0C0C0. Windows color (decimal): -5715250 or 13552296. OLE color: 13552296.
HSL color Cylindrical-coordinate representation of color #A8CACE: hue angle of 186.32º 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 #A8CACE is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 202 | 206 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.19 |
| HSL | 186.32º | 0.28% | 0.73% | - |
| HSV(B) | 186.32º | 0.18% | 0.81% | - |
| XYZ | 48.41 | 55.02 | 66.46 | - |
| YUV | 192.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 206 | 0.18 | 0.02 | 0 | 0.19 | 186.32 | 0.28 | 0.73 |
| Hex | A8 | CA | CE | 12 | 2 | 0 | 13 | BA | 1C | 49 |
| Octal | 250 | 312 | 316 | 22 | 2 | 0 | 23 | 272 | 34 | 111 |
| Binary | 10101000 | 11001010 | 11001110 | 10010 | 10 | 0 | 10011 | 10111010 | 11100 | 1001001 |
Color Harmonies of #A8CACE
Complementary color
Monochromatic Colors of #A8CACE
Black with #A8CACE
Text Example
Text Example
White with #A8CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CACE; }
p { color: rgb(168,202,206); }
H1.HeaderClassName
{
color: #A8CACE;
}
.AnyTagClassName
{
color: #A8CACE;
}
</style>
background-color css
<style>
a { background-color: #A8CACE; }
a { background-color: rgb(168,202,206); }
div.DivClassName
{
background-color: #A8CACE;
}
.BgClassName
{
background-color: #A8CACE;
}
</style>
border-color css
<style>
span { border-color: #A8CACE; }
span { border-color: rgb(168,202,206); }
td.TdClassName
{
border-color: #A8CACE;
}
.TagClassName
{
border-color: #A8CACE;
}
</style>