Shades of Morning Glory #9FDEDC
Tints of Morning Glory #9FDEDC
RGB
CMYK
RGB Variations
Color information
#9FDEDC (or 0x9FDEDC) is known color: Morning Glory. HEX triplet: 9F, DE and DC. RGB value is (159,222,220). Sum of RGB (Red+Green+Blue) = 159+222+220=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEDC is #602123. Grayscale: #CACACA. Windows color (decimal): -6299940 or 14474911. OLE color: 14474911.
HSL color Cylindrical-coordinate representation of color #9FDEDC: hue angle of 178.1º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDEDC is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 220 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.13 |
| HSL | 178.1º | 0.49% | 0.75% | - |
| HSV(B) | 178.1º | 0.28% | 0.87% | - |
| XYZ | 53.34 | 64.78 | 77.4 | - |
| YUV | 202.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 220 | 0.28 | 0 | 0.01 | 0.13 | 178.1 | 0.49 | 0.75 |
| Hex | 9F | DE | DC | 1C | 0 | 1 | D | B2 | 31 | 4B |
| Octal | 237 | 336 | 334 | 34 | 0 | 1 | 15 | 262 | 61 | 113 |
| Binary | 10011111 | 11011110 | 11011100 | 11100 | 0 | 1 | 1101 | 10110010 | 110001 | 1001011 |
Color Harmonies of #9FDEDC
Complementary color
Monochromatic Colors of #9FDEDC
Black with #9FDEDC
Text Example
Text Example
White with #9FDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDEDC; }
p { color: rgb(159,222,220); }
H1.HeaderClassName
{
color: #9FDEDC;
}
.AnyTagClassName
{
color: #9FDEDC;
}
</style>
background-color css
<style>
a { background-color: #9FDEDC; }
a { background-color: rgb(159,222,220); }
div.DivClassName
{
background-color: #9FDEDC;
}
.BgClassName
{
background-color: #9FDEDC;
}
</style>
border-color css
<style>
span { border-color: #9FDEDC; }
span { border-color: rgb(159,222,220); }
td.TdClassName
{
border-color: #9FDEDC;
}
.TagClassName
{
border-color: #9FDEDC;
}
</style>