Shades of Morning Glory #9CD1D8
Tints of Morning Glory #9CD1D8
RGB
CMYK
RGB Variations
Color information
#9CD1D8 (or 0x9CD1D8) is known color: Morning Glory. HEX triplet: 9C, D1 and D8. RGB value is (156,209,216). Sum of RGB (Red+Green+Blue) = 156+209+216=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #9CD1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD1D8 is #632E27. Grayscale: #C1C1C1. Windows color (decimal): -6499880 or 14209436. OLE color: 14209436.
HSL color Cylindrical-coordinate representation of color #9CD1D8: hue angle of 187º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CD1D8 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 209 | 216 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.15 |
| HSL | 187º | 0.43% | 0.73% | - |
| HSV(B) | 187º | 0.28% | 0.85% | - |
| XYZ | 48.91 | 57.63 | 73.51 | - |
| YUV | 193.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 209 | 216 | 0.28 | 0.03 | 0 | 0.15 | 187 | 0.43 | 0.73 |
| Hex | 9C | D1 | D8 | 1C | 3 | 0 | F | BB | 2B | 49 |
| Octal | 234 | 321 | 330 | 34 | 3 | 0 | 17 | 273 | 53 | 111 |
| Binary | 10011100 | 11010001 | 11011000 | 11100 | 11 | 0 | 1111 | 10111011 | 101011 | 1001001 |
Color Harmonies of #9CD1D8
Complementary color
Monochromatic Colors of #9CD1D8
Black with #9CD1D8
Text Example
Text Example
White with #9CD1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD1D8; }
p { color: rgb(156,209,216); }
H1.HeaderClassName
{
color: #9CD1D8;
}
.AnyTagClassName
{
color: #9CD1D8;
}
</style>
background-color css
<style>
a { background-color: #9CD1D8; }
a { background-color: rgb(156,209,216); }
div.DivClassName
{
background-color: #9CD1D8;
}
.BgClassName
{
background-color: #9CD1D8;
}
</style>
border-color css
<style>
span { border-color: #9CD1D8; }
span { border-color: rgb(156,209,216); }
td.TdClassName
{
border-color: #9CD1D8;
}
.TagClassName
{
border-color: #9CD1D8;
}
</style>