Shades of Morning Glory #9DCBC8
Tints of Morning Glory #9DCBC8
RGB
CMYK
RGB Variations
Color information
#9DCBC8 (or 0x9DCBC8) is known color: Morning Glory. HEX triplet: 9D, CB and C8. RGB value is (157,203,200). Sum of RGB (Red+Green+Blue) = 157+203+200=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBC8 is #623437. Grayscale: #BCBCBC. Windows color (decimal): -6435896 or 13159325. OLE color: 13159325.
HSL color Cylindrical-coordinate representation of color #9DCBC8: hue angle of 176.09º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCBC8 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 200 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.20 |
| HSL | 176.09º | 0.31% | 0.71% | - |
| HSV(B) | 176.09º | 0.23% | 0.8% | - |
| XYZ | 45.69 | 54.05 | 62.67 | - |
| YUV | 188.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 200 | 0.23 | 0 | 0.01 | 0.20 | 176.09 | 0.31 | 0.71 |
| Hex | 9D | CB | C8 | 17 | 0 | 1 | 14 | B0 | 1F | 47 |
| Octal | 235 | 313 | 310 | 27 | 0 | 1 | 24 | 260 | 37 | 107 |
| Binary | 10011101 | 11001011 | 11001000 | 10111 | 0 | 1 | 10100 | 10110000 | 11111 | 1000111 |
Color Harmonies of #9DCBC8
Complementary color
Monochromatic Colors of #9DCBC8
Black with #9DCBC8
Text Example
Text Example
White with #9DCBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBC8; }
p { color: rgb(157,203,200); }
H1.HeaderClassName
{
color: #9DCBC8;
}
.AnyTagClassName
{
color: #9DCBC8;
}
</style>
background-color css
<style>
a { background-color: #9DCBC8; }
a { background-color: rgb(157,203,200); }
div.DivClassName
{
background-color: #9DCBC8;
}
.BgClassName
{
background-color: #9DCBC8;
}
</style>
border-color css
<style>
span { border-color: #9DCBC8; }
span { border-color: rgb(157,203,200); }
td.TdClassName
{
border-color: #9DCBC8;
}
.TagClassName
{
border-color: #9DCBC8;
}
</style>