Shades of Morning Glory #9CDCDC
Tints of Morning Glory #9CDCDC
RGB
CMYK
RGB Variations
Color information
#9CDCDC (or 0x9CDCDC) is known color: Morning Glory. HEX triplet: 9C, DC and DC. RGB value is (156,220,220). Sum of RGB (Red+Green+Blue) = 156+220+220=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #9CDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCDC is #632323. Grayscale: #C8C8C8. Windows color (decimal): -6497060 or 14474396. OLE color: 14474396.
HSL color Cylindrical-coordinate representation of color #9CDCDC: hue angle of 180º 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 #9CDCDC is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 220 | - |
| CMYK | 0.29 | 0 | 0 | 0.14 |
| HSL | 180º | 0.48% | 0.74% | - |
| HSV(B) | 180º | 0.29% | 0.86% | - |
| XYZ | 52.22 | 63.42 | 77.2 | - |
| YUV | 200.86 | 138.8 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 220 | 0.29 | 0 | 0 | 0.14 | 180 | 0.48 | 0.74 |
| Hex | 9C | DC | DC | 1D | 0 | 0 | E | B4 | 30 | 4A |
| Octal | 234 | 334 | 334 | 35 | 0 | 0 | 16 | 264 | 60 | 112 |
| Binary | 10011100 | 11011100 | 11011100 | 11101 | 0 | 0 | 1110 | 10110100 | 110000 | 1001010 |
Color Harmonies of #9CDCDC
Complementary color
Monochromatic Colors of #9CDCDC
Black with #9CDCDC
Text Example
Text Example
White with #9CDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDCDC; }
p { color: rgb(156,220,220); }
H1.HeaderClassName
{
color: #9CDCDC;
}
.AnyTagClassName
{
color: #9CDCDC;
}
</style>
background-color css
<style>
a { background-color: #9CDCDC; }
a { background-color: rgb(156,220,220); }
div.DivClassName
{
background-color: #9CDCDC;
}
.BgClassName
{
background-color: #9CDCDC;
}
</style>
border-color css
<style>
span { border-color: #9CDCDC; }
span { border-color: rgb(156,220,220); }
td.TdClassName
{
border-color: #9CDCDC;
}
.TagClassName
{
border-color: #9CDCDC;
}
</style>