Shades of Morning Glory #9FDFDD
Tints of Morning Glory #9FDFDD
RGB
CMYK
RGB Variations
Color information
#9FDFDD (or 0x9FDFDD) is known color: Morning Glory. HEX triplet: 9F, DF and DD. RGB value is (159,223,221). Sum of RGB (Red+Green+Blue) = 159+223+221=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFDD is #602022. Grayscale: #CBCBCB. Windows color (decimal): -6299683 or 14540703. OLE color: 14540703.
HSL color Cylindrical-coordinate representation of color #9FDFDD: hue angle of 178.12º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFDD is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 159 | 223 | 221 | - |
CMYK | 0.29 | 0 | 0.01 | 0.13 |
HSL | 178.13º | 0.5% | 0.75% | - |
HSV(B) | 178.13º | 0.29% | 0.87% | - |
XYZ | 53.74 | 65.37 | 78.19 | - |
YUV | 203.64 | 137.8 | 96.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 223 | 221 | 0.29 | 0 | 0.01 | 0.13 | 178.13 | 0.5 | 0.75 |
Hex | 9F | DF | DD | 1D | 0 | 1 | D | B2 | 32 | 4B |
Octal | 237 | 337 | 335 | 35 | 0 | 1 | 15 | 262 | 62 | 113 |
Binary | 10011111 | 11011111 | 11011101 | 11101 | 0 | 1 | 1101 | 10110010 | 110010 | 1001011 |
Color Harmonies of #9FDFDD
Complementary color
Monochromatic Colors of #9FDFDD
Black with #9FDFDD
Text Example
Text Example
White with #9FDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFDD; }
p { color: rgb(159,223,221); }
H1.HeaderClassName
{
color: #9FDFDD;
}
.AnyTagClassName
{
color: #9FDFDD;
}
</style>
background-color css
<style>
a { background-color: #9FDFDD; }
a { background-color: rgb(159,223,221); }
div.DivClassName
{
background-color: #9FDFDD;
}
.BgClassName
{
background-color: #9FDFDD;
}
</style>
border-color css
<style>
span { border-color: #9FDFDD; }
span { border-color: rgb(159,223,221); }
td.TdClassName
{
border-color: #9FDFDD;
}
.TagClassName
{
border-color: #9FDFDD;
}
</style>