Shades of Morning Glory #9DDCDC
Tints of Morning Glory #9DDCDC
RGB
CMYK
RGB Variations
Color information
#9DDCDC (or 0x9DDCDC) is known color: Morning Glory. HEX triplet: 9D, DC and DC. RGB value is (157,220,220). Sum of RGB (Red+Green+Blue) = 157+220+220=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #9DDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCDC is #622323. Grayscale: #C9C9C9. Windows color (decimal): -6431524 or 14474397. OLE color: 14474397.
HSL color Cylindrical-coordinate representation of color #9DDCDC: hue angle of 180º degrees, saturation: 0.47, 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 #9DDCDC is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 220 | - |
| CMYK | 0.29 | 0 | 0 | 0.14 |
| HSL | 180º | 0.47% | 0.74% | - |
| HSV(B) | 180º | 0.29% | 0.86% | - |
| XYZ | 52.42 | 63.52 | 77.21 | - |
| YUV | 201.16 | 138.63 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 220 | 0.29 | 0 | 0 | 0.14 | 180 | 0.47 | 0.74 |
| Hex | 9D | DC | DC | 1D | 0 | 0 | E | B4 | 2F | 4A |
| Octal | 235 | 334 | 334 | 35 | 0 | 0 | 16 | 264 | 57 | 112 |
| Binary | 10011101 | 11011100 | 11011100 | 11101 | 0 | 0 | 1110 | 10110100 | 101111 | 1001010 |
Color Harmonies of #9DDCDC
Complementary color
Monochromatic Colors of #9DDCDC
Black with #9DDCDC
Text Example
Text Example
White with #9DDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCDC; }
p { color: rgb(157,220,220); }
H1.HeaderClassName
{
color: #9DDCDC;
}
.AnyTagClassName
{
color: #9DDCDC;
}
</style>
background-color css
<style>
a { background-color: #9DDCDC; }
a { background-color: rgb(157,220,220); }
div.DivClassName
{
background-color: #9DDCDC;
}
.BgClassName
{
background-color: #9DDCDC;
}
</style>
border-color css
<style>
span { border-color: #9DDCDC; }
span { border-color: rgb(157,220,220); }
td.TdClassName
{
border-color: #9DDCDC;
}
.TagClassName
{
border-color: #9DDCDC;
}
</style>