Shades of Morning Glory #A8C9CD
Tints of Morning Glory #A8C9CD
RGB
CMYK
RGB Variations
Color information
#A8C9CD (or 0xA8C9CD) is known color: Morning Glory. HEX triplet: A8, C9 and CD. RGB value is (168,201,205). Sum of RGB (Red+Green+Blue) = 168+201+205=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8C9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C9CD is #573632. Grayscale: #BFBFBF. Windows color (decimal): -5715507 or 13486504. OLE color: 13486504.
HSL color Cylindrical-coordinate representation of color #A8C9CD: hue angle of 186.49º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8C9CD is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 201 | 205 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.20 |
| HSL | 186.49º | 0.27% | 0.73% | - |
| HSV(B) | 186.49º | 0.18% | 0.8% | - |
| XYZ | 48.05 | 54.51 | 65.75 | - |
| YUV | 191.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 205 | 0.18 | 0.02 | 0 | 0.20 | 186.49 | 0.27 | 0.73 |
| Hex | A8 | C9 | CD | 12 | 2 | 0 | 14 | BA | 1B | 49 |
| Octal | 250 | 311 | 315 | 22 | 2 | 0 | 24 | 272 | 33 | 111 |
| Binary | 10101000 | 11001001 | 11001101 | 10010 | 10 | 0 | 10100 | 10111010 | 11011 | 1001001 |
Color Harmonies of #A8C9CD
Complementary color
Monochromatic Colors of #A8C9CD
Black with #A8C9CD
Text Example
Text Example
White with #A8C9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C9CD; }
p { color: rgb(168,201,205); }
H1.HeaderClassName
{
color: #A8C9CD;
}
.AnyTagClassName
{
color: #A8C9CD;
}
</style>
background-color css
<style>
a { background-color: #A8C9CD; }
a { background-color: rgb(168,201,205); }
div.DivClassName
{
background-color: #A8C9CD;
}
.BgClassName
{
background-color: #A8C9CD;
}
</style>
border-color css
<style>
span { border-color: #A8C9CD; }
span { border-color: rgb(168,201,205); }
td.TdClassName
{
border-color: #A8C9CD;
}
.TagClassName
{
border-color: #A8C9CD;
}
</style>