Shades of Morning Glory #9CD6DB
Tints of Morning Glory #9CD6DB
RGB
CMYK
RGB Variations
Color information
#9CD6DB (or 0x9CD6DB) is known color: Morning Glory. HEX triplet: 9C, D6 and DB. RGB value is (156,214,219). Sum of RGB (Red+Green+Blue) = 156+214+219=589 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.49% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CD6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD6DB is #632924. Grayscale: #C5C5C5. Windows color (decimal): -6498597 or 14407324. OLE color: 14407324.
HSL color Cylindrical-coordinate representation of color #9CD6DB: hue angle of 184.76º 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 #9CD6DB is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 214 | 219 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.14 |
| HSL | 184.76º | 0.47% | 0.74% | - |
| HSV(B) | 184.76º | 0.29% | 0.86% | - |
| XYZ | 50.54 | 60.28 | 75.99 | - |
| YUV | 197.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 214 | 219 | 0.29 | 0.02 | 0 | 0.14 | 184.76 | 0.47 | 0.74 |
| Hex | 9C | D6 | DB | 1D | 2 | 0 | E | B9 | 2F | 4A |
| Octal | 234 | 326 | 333 | 35 | 2 | 0 | 16 | 271 | 57 | 112 |
| Binary | 10011100 | 11010110 | 11011011 | 11101 | 10 | 0 | 1110 | 10111001 | 101111 | 1001010 |
Color Harmonies of #9CD6DB
Complementary color
Monochromatic Colors of #9CD6DB
Black with #9CD6DB
Text Example
Text Example
White with #9CD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD6DB; }
p { color: rgb(156,214,219); }
H1.HeaderClassName
{
color: #9CD6DB;
}
.AnyTagClassName
{
color: #9CD6DB;
}
</style>
background-color css
<style>
a { background-color: #9CD6DB; }
a { background-color: rgb(156,214,219); }
div.DivClassName
{
background-color: #9CD6DB;
}
.BgClassName
{
background-color: #9CD6DB;
}
</style>
border-color css
<style>
span { border-color: #9CD6DB; }
span { border-color: rgb(156,214,219); }
td.TdClassName
{
border-color: #9CD6DB;
}
.TagClassName
{
border-color: #9CD6DB;
}
</style>