Shades of Morning Glory #9DCBCD
Tints of Morning Glory #9DCBCD
RGB
CMYK
RGB Variations
Color information
#9DCBCD (or 0x9DCBCD) is known color: Morning Glory. HEX triplet: 9D, CB and CD. RGB value is (157,203,205). Sum of RGB (Red+Green+Blue) = 157+203+205=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DCBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBCD is #623432. Grayscale: #BDBDBD. Windows color (decimal): -6435891 or 13487005. OLE color: 13487005.
HSL color Cylindrical-coordinate representation of color #9DCBCD: hue angle of 182.5º degrees, saturation: 0.32, 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 #9DCBCD is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 205 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.20 |
| HSL | 182.5º | 0.32% | 0.71% | - |
| HSV(B) | 182.5º | 0.23% | 0.8% | - |
| XYZ | 46.28 | 54.29 | 65.8 | - |
| YUV | 189.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 205 | 0.23 | 0.01 | 0 | 0.20 | 182.5 | 0.32 | 0.71 |
| Hex | 9D | CB | CD | 17 | 1 | 0 | 14 | B6 | 20 | 47 |
| Octal | 235 | 313 | 315 | 27 | 1 | 0 | 24 | 266 | 40 | 107 |
| Binary | 10011101 | 11001011 | 11001101 | 10111 | 1 | 0 | 10100 | 10110110 | 100000 | 1000111 |
Color Harmonies of #9DCBCD
Complementary color
Monochromatic Colors of #9DCBCD
Black with #9DCBCD
Text Example
Text Example
White with #9DCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBCD; }
p { color: rgb(157,203,205); }
H1.HeaderClassName
{
color: #9DCBCD;
}
.AnyTagClassName
{
color: #9DCBCD;
}
</style>
background-color css
<style>
a { background-color: #9DCBCD; }
a { background-color: rgb(157,203,205); }
div.DivClassName
{
background-color: #9DCBCD;
}
.BgClassName
{
background-color: #9DCBCD;
}
</style>
border-color css
<style>
span { border-color: #9DCBCD; }
span { border-color: rgb(157,203,205); }
td.TdClassName
{
border-color: #9DCBCD;
}
.TagClassName
{
border-color: #9DCBCD;
}
</style>