Shades of Morning Glory #9DC8C6
Tints of Morning Glory #9DC8C6
RGB
CMYK
RGB Variations
Color information
#9DC8C6 (or 0x9DC8C6) is known color: Morning Glory. HEX triplet: 9D, C8 and C6. RGB value is (157,200,198). Sum of RGB (Red+Green+Blue) = 157+200+198=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC8C6 is #623739. Grayscale: #BABABA. Windows color (decimal): -6436666 or 13027485. OLE color: 13027485.
HSL color Cylindrical-coordinate representation of color #9DC8C6: hue angle of 177.21º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DC8C6 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 198 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.22 |
| HSL | 177.21º | 0.28% | 0.7% | - |
| HSV(B) | 177.21º | 0.22% | 0.78% | - |
| XYZ | 44.75 | 52.55 | 61.21 | - |
| YUV | 186.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 198 | 0.22 | 0 | 0.01 | 0.22 | 177.21 | 0.28 | 0.7 |
| Hex | 9D | C8 | C6 | 16 | 0 | 1 | 16 | B1 | 1C | 46 |
| Octal | 235 | 310 | 306 | 26 | 0 | 1 | 26 | 261 | 34 | 106 |
| Binary | 10011101 | 11001000 | 11000110 | 10110 | 0 | 1 | 10110 | 10110001 | 11100 | 1000110 |
Color Harmonies of #9DC8C6
Complementary color
Monochromatic Colors of #9DC8C6
Black with #9DC8C6
Text Example
Text Example
White with #9DC8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC8C6; }
p { color: rgb(157,200,198); }
H1.HeaderClassName
{
color: #9DC8C6;
}
.AnyTagClassName
{
color: #9DC8C6;
}
</style>
background-color css
<style>
a { background-color: #9DC8C6; }
a { background-color: rgb(157,200,198); }
div.DivClassName
{
background-color: #9DC8C6;
}
.BgClassName
{
background-color: #9DC8C6;
}
</style>
border-color css
<style>
span { border-color: #9DC8C6; }
span { border-color: rgb(157,200,198); }
td.TdClassName
{
border-color: #9DC8C6;
}
.TagClassName
{
border-color: #9DC8C6;
}
</style>