Shades of Morning Glory #9DCFCE
Tints of Morning Glory #9DCFCE
RGB
CMYK
RGB Variations
Color information
#9DCFCE (or 0x9DCFCE) is known color: Morning Glory. HEX triplet: 9D, CF and CE. RGB value is (157,207,206). Sum of RGB (Red+Green+Blue) = 157+207+206=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFCE is #623031. Grayscale: #BFBFBF. Windows color (decimal): -6434866 or 13553565. OLE color: 13553565.
HSL color Cylindrical-coordinate representation of color #9DCFCE: hue angle of 178.8º degrees, saturation: 0.34, 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 #9DCFCE is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 206 | - |
| CMYK | 0.24 | 0 | 0.00 | 0.19 |
| HSL | 178.8º | 0.34% | 0.71% | - |
| HSV(B) | 178.8º | 0.24% | 0.81% | - |
| XYZ | 47.36 | 56.25 | 66.75 | - |
| YUV | 191.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 206 | 0.24 | 0 | 0.00 | 0.19 | 178.8 | 0.34 | 0.71 |
| Hex | 9D | CF | CE | 18 | 0 | 0 | 13 | B3 | 22 | 47 |
| Octal | 235 | 317 | 316 | 30 | 0 | 0 | 23 | 263 | 42 | 107 |
| Binary | 10011101 | 11001111 | 11001110 | 11000 | 0 | 0 | 10011 | 10110011 | 100010 | 1000111 |
Color Harmonies of #9DCFCE
Complementary color
Monochromatic Colors of #9DCFCE
Black with #9DCFCE
Text Example
Text Example
White with #9DCFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFCE; }
p { color: rgb(157,207,206); }
H1.HeaderClassName
{
color: #9DCFCE;
}
.AnyTagClassName
{
color: #9DCFCE;
}
</style>
background-color css
<style>
a { background-color: #9DCFCE; }
a { background-color: rgb(157,207,206); }
div.DivClassName
{
background-color: #9DCFCE;
}
.BgClassName
{
background-color: #9DCFCE;
}
</style>
border-color css
<style>
span { border-color: #9DCFCE; }
span { border-color: rgb(157,207,206); }
td.TdClassName
{
border-color: #9DCFCE;
}
.TagClassName
{
border-color: #9DCFCE;
}
</style>