Shades of Morning Glory #9CDBDD
Tints of Morning Glory #9CDBDD
RGB
CMYK
RGB Variations
Color information
#9CDBDD (or 0x9CDBDD) is known color: Morning Glory. HEX triplet: 9C, DB and DD. RGB value is (156,219,221). Sum of RGB (Red+Green+Blue) = 156+219+221=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBDD is #632422. Grayscale: #C8C8C8. Windows color (decimal): -6497315 or 14539676. OLE color: 14539676.
HSL color Cylindrical-coordinate representation of color #9CDBDD: hue angle of 181.85º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBDD is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 219 | 221 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.13 |
| HSL | 181.85º | 0.49% | 0.74% | - |
| HSV(B) | 181.85º | 0.29% | 0.87% | - |
| XYZ | 52.09 | 62.95 | 77.81 | - |
| YUV | 200.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 221 | 0.29 | 0.01 | 0 | 0.13 | 181.85 | 0.49 | 0.74 |
| Hex | 9C | DB | DD | 1D | 1 | 0 | D | B6 | 31 | 4A |
| Octal | 234 | 333 | 335 | 35 | 1 | 0 | 15 | 266 | 61 | 112 |
| Binary | 10011100 | 11011011 | 11011101 | 11101 | 1 | 0 | 1101 | 10110110 | 110001 | 1001010 |
Color Harmonies of #9CDBDD
Complementary color
Monochromatic Colors of #9CDBDD
Black with #9CDBDD
Text Example
Text Example
White with #9CDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBDD; }
p { color: rgb(156,219,221); }
H1.HeaderClassName
{
color: #9CDBDD;
}
.AnyTagClassName
{
color: #9CDBDD;
}
</style>
background-color css
<style>
a { background-color: #9CDBDD; }
a { background-color: rgb(156,219,221); }
div.DivClassName
{
background-color: #9CDBDD;
}
.BgClassName
{
background-color: #9CDBDD;
}
</style>
border-color css
<style>
span { border-color: #9CDBDD; }
span { border-color: rgb(156,219,221); }
td.TdClassName
{
border-color: #9CDBDD;
}
.TagClassName
{
border-color: #9CDBDD;
}
</style>