Shades of Morning Glory #9DDFDC
Tints of Morning Glory #9DDFDC
RGB
CMYK
RGB Variations
Color information
#9DDFDC (or 0x9DDFDC) is known color: Morning Glory. HEX triplet: 9D, DF and DC. RGB value is (157,223,220). Sum of RGB (Red+Green+Blue) = 157+223+220=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFDC is #622023. Grayscale: #CACACA. Windows color (decimal): -6430756 or 14475165. OLE color: 14475165.
HSL color Cylindrical-coordinate representation of color #9DDFDC: hue angle of 177.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFDC is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 220 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.13 |
| HSL | 177.27º | 0.51% | 0.75% | - |
| HSV(B) | 177.27º | 0.3% | 0.87% | - |
| XYZ | 53.21 | 65.11 | 77.47 | - |
| YUV | 202.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 220 | 0.30 | 0 | 0.01 | 0.13 | 177.27 | 0.51 | 0.75 |
| Hex | 9D | DF | DC | 1E | 0 | 1 | D | B1 | 33 | 4B |
| Octal | 235 | 337 | 334 | 36 | 0 | 1 | 15 | 261 | 63 | 113 |
| Binary | 10011101 | 11011111 | 11011100 | 11110 | 0 | 1 | 1101 | 10110001 | 110011 | 1001011 |
Color Harmonies of #9DDFDC
Complementary color
Monochromatic Colors of #9DDFDC
Black with #9DDFDC
Text Example
Text Example
White with #9DDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFDC; }
p { color: rgb(157,223,220); }
H1.HeaderClassName
{
color: #9DDFDC;
}
.AnyTagClassName
{
color: #9DDFDC;
}
</style>
background-color css
<style>
a { background-color: #9DDFDC; }
a { background-color: rgb(157,223,220); }
div.DivClassName
{
background-color: #9DDFDC;
}
.BgClassName
{
background-color: #9DDFDC;
}
</style>
border-color css
<style>
span { border-color: #9DDFDC; }
span { border-color: rgb(157,223,220); }
td.TdClassName
{
border-color: #9DDFDC;
}
.TagClassName
{
border-color: #9DDFDC;
}
</style>