Shades of Morning Glory #9DCECC
Tints of Morning Glory #9DCECC
RGB
CMYK
RGB Variations
Color information
#9DCECC (or 0x9DCECC) is known color: Morning Glory. HEX triplet: 9D, CE and CC. RGB value is (157,206,204). Sum of RGB (Red+Green+Blue) = 157+206+204=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCECC is #623133. Grayscale: #BFBFBF. Windows color (decimal): -6435124 or 13422237. OLE color: 13422237.
HSL color Cylindrical-coordinate representation of color #9DCECC: hue angle of 177.55º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCECC is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 204 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.19 |
| HSL | 177.55º | 0.33% | 0.71% | - |
| HSV(B) | 177.55º | 0.24% | 0.81% | - |
| XYZ | 46.88 | 55.67 | 65.4 | - |
| YUV | 191.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 204 | 0.24 | 0 | 0.01 | 0.19 | 177.55 | 0.33 | 0.71 |
| Hex | 9D | CE | CC | 18 | 0 | 1 | 13 | B2 | 21 | 47 |
| Octal | 235 | 316 | 314 | 30 | 0 | 1 | 23 | 262 | 41 | 107 |
| Binary | 10011101 | 11001110 | 11001100 | 11000 | 0 | 1 | 10011 | 10110010 | 100001 | 1000111 |
Color Harmonies of #9DCECC
Complementary color
Monochromatic Colors of #9DCECC
Black with #9DCECC
Text Example
Text Example
White with #9DCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCECC; }
p { color: rgb(157,206,204); }
H1.HeaderClassName
{
color: #9DCECC;
}
.AnyTagClassName
{
color: #9DCECC;
}
</style>
background-color css
<style>
a { background-color: #9DCECC; }
a { background-color: rgb(157,206,204); }
div.DivClassName
{
background-color: #9DCECC;
}
.BgClassName
{
background-color: #9DCECC;
}
</style>
border-color css
<style>
span { border-color: #9DCECC; }
span { border-color: rgb(157,206,204); }
td.TdClassName
{
border-color: #9DCECC;
}
.TagClassName
{
border-color: #9DCECC;
}
</style>