Shades of Morning Glory #9FCECD
Tints of Morning Glory #9FCECD
RGB
CMYK
RGB Variations
Color information
#9FCECD (or 0x9FCECD) is known color: Morning Glory. HEX triplet: 9F, CE and CD. RGB value is (159,206,205). Sum of RGB (Red+Green+Blue) = 159+206+205=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCECD is #603132. Grayscale: #BFBFBF. Windows color (decimal): -6304051 or 13487775. OLE color: 13487775.
HSL color Cylindrical-coordinate representation of color #9FCECD: hue angle of 178.72º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCECD is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 205 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.19 |
| HSL | 178.72º | 0.32% | 0.72% | - |
| HSV(B) | 178.72º | 0.23% | 0.81% | - |
| XYZ | 47.39 | 55.92 | 66.05 | - |
| YUV | 191.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 205 | 0.23 | 0 | 0.00 | 0.19 | 178.72 | 0.32 | 0.72 |
| Hex | 9F | CE | CD | 17 | 0 | 0 | 13 | B3 | 20 | 48 |
| Octal | 237 | 316 | 315 | 27 | 0 | 0 | 23 | 263 | 40 | 110 |
| Binary | 10011111 | 11001110 | 11001101 | 10111 | 0 | 0 | 10011 | 10110011 | 100000 | 1001000 |
Color Harmonies of #9FCECD
Complementary color
Monochromatic Colors of #9FCECD
Black with #9FCECD
Text Example
Text Example
White with #9FCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCECD; }
p { color: rgb(159,206,205); }
H1.HeaderClassName
{
color: #9FCECD;
}
.AnyTagClassName
{
color: #9FCECD;
}
</style>
background-color css
<style>
a { background-color: #9FCECD; }
a { background-color: rgb(159,206,205); }
div.DivClassName
{
background-color: #9FCECD;
}
.BgClassName
{
background-color: #9FCECD;
}
</style>
border-color css
<style>
span { border-color: #9FCECD; }
span { border-color: rgb(159,206,205); }
td.TdClassName
{
border-color: #9FCECD;
}
.TagClassName
{
border-color: #9FCECD;
}
</style>