Shades of Morning Glory #9CDCD9
Tints of Morning Glory #9CDCD9
RGB
CMYK
RGB Variations
Color information
#9CDCD9 (or 0x9CDCD9) is known color: Morning Glory. HEX triplet: 9C, DC and D9. RGB value is (156,220,217). Sum of RGB (Red+Green+Blue) = 156+220+217=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCD9 is #632326. Grayscale: #C8C8C8. Windows color (decimal): -6497063 or 14277788. OLE color: 14277788.
HSL color Cylindrical-coordinate representation of color #9CDCD9: hue angle of 177.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDCD9 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 217 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.14 |
| HSL | 177.19º | 0.48% | 0.74% | - |
| HSV(B) | 177.19º | 0.29% | 0.86% | - |
| XYZ | 51.83 | 63.26 | 75.13 | - |
| YUV | 200.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 217 | 0.29 | 0 | 0.01 | 0.14 | 177.19 | 0.48 | 0.74 |
| Hex | 9C | DC | D9 | 1D | 0 | 1 | E | B1 | 30 | 4A |
| Octal | 234 | 334 | 331 | 35 | 0 | 1 | 16 | 261 | 60 | 112 |
| Binary | 10011100 | 11011100 | 11011001 | 11101 | 0 | 1 | 1110 | 10110001 | 110000 | 1001010 |
Color Harmonies of #9CDCD9
Complementary color
Monochromatic Colors of #9CDCD9
Black with #9CDCD9
Text Example
Text Example
White with #9CDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDCD9; }
p { color: rgb(156,220,217); }
H1.HeaderClassName
{
color: #9CDCD9;
}
.AnyTagClassName
{
color: #9CDCD9;
}
</style>
background-color css
<style>
a { background-color: #9CDCD9; }
a { background-color: rgb(156,220,217); }
div.DivClassName
{
background-color: #9CDCD9;
}
.BgClassName
{
background-color: #9CDCD9;
}
</style>
border-color css
<style>
span { border-color: #9CDCD9; }
span { border-color: rgb(156,220,217); }
td.TdClassName
{
border-color: #9CDCD9;
}
.TagClassName
{
border-color: #9CDCD9;
}
</style>