Shades of Morning Glory #9FDDDC
Tints of Morning Glory #9FDDDC
RGB
CMYK
RGB Variations
Color information
#9FDDDC (or 0x9FDDDC) is known color: Morning Glory. HEX triplet: 9F, DD and DC. RGB value is (159,221,220). Sum of RGB (Red+Green+Blue) = 159+221+220=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDDC is #602223. Grayscale: #CACACA. Windows color (decimal): -6300196 or 14474655. OLE color: 14474655.
HSL color Cylindrical-coordinate representation of color #9FDDDC: hue angle of 179.03º degrees, saturation: 0.48, 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 #9FDDDC is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 220 | - |
| CMYK | 0.28 | 0 | 0.00 | 0.13 |
| HSL | 179.03º | 0.48% | 0.75% | - |
| HSV(B) | 179.03º | 0.28% | 0.87% | - |
| XYZ | 53.07 | 64.25 | 77.31 | - |
| YUV | 202.35 | 137.96 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 220 | 0.28 | 0 | 0.00 | 0.13 | 179.03 | 0.48 | 0.75 |
| Hex | 9F | DD | DC | 1C | 0 | 0 | D | B3 | 30 | 4B |
| Octal | 237 | 335 | 334 | 34 | 0 | 0 | 15 | 263 | 60 | 113 |
| Binary | 10011111 | 11011101 | 11011100 | 11100 | 0 | 0 | 1101 | 10110011 | 110000 | 1001011 |
Color Harmonies of #9FDDDC
Complementary color
Monochromatic Colors of #9FDDDC
Black with #9FDDDC
Text Example
Text Example
White with #9FDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDDC; }
p { color: rgb(159,221,220); }
H1.HeaderClassName
{
color: #9FDDDC;
}
.AnyTagClassName
{
color: #9FDDDC;
}
</style>
background-color css
<style>
a { background-color: #9FDDDC; }
a { background-color: rgb(159,221,220); }
div.DivClassName
{
background-color: #9FDDDC;
}
.BgClassName
{
background-color: #9FDDDC;
}
</style>
border-color css
<style>
span { border-color: #9FDDDC; }
span { border-color: rgb(159,221,220); }
td.TdClassName
{
border-color: #9FDDDC;
}
.TagClassName
{
border-color: #9FDDDC;
}
</style>