Shades of Morning Glory #9CDFDB
Tints of Morning Glory #9CDFDB
RGB
CMYK
RGB Variations
Color information
#9CDFDB (or 0x9CDFDB) is known color: Morning Glory. HEX triplet: 9C, DF and DB. RGB value is (156,223,219). Sum of RGB (Red+Green+Blue) = 156+223+219=598 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.09% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFDB is #632024. Grayscale: #CACACA. Windows color (decimal): -6496293 or 14409628. OLE color: 14409628.
HSL color Cylindrical-coordinate representation of color #9CDFDB: hue angle of 176.42º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDFDB is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 219 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.13 |
| HSL | 176.42º | 0.51% | 0.74% | - |
| HSV(B) | 176.42º | 0.3% | 0.87% | - |
| XYZ | 52.88 | 64.96 | 76.77 | - |
| YUV | 202.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 219 | 0.30 | 0 | 0.02 | 0.13 | 176.42 | 0.51 | 0.74 |
| Hex | 9C | DF | DB | 1E | 0 | 2 | D | B0 | 33 | 4A |
| Octal | 234 | 337 | 333 | 36 | 0 | 2 | 15 | 260 | 63 | 112 |
| Binary | 10011100 | 11011111 | 11011011 | 11110 | 0 | 10 | 1101 | 10110000 | 110011 | 1001010 |
Color Harmonies of #9CDFDB
Complementary color
Monochromatic Colors of #9CDFDB
Black with #9CDFDB
Text Example
Text Example
White with #9CDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFDB; }
p { color: rgb(156,223,219); }
H1.HeaderClassName
{
color: #9CDFDB;
}
.AnyTagClassName
{
color: #9CDFDB;
}
</style>
background-color css
<style>
a { background-color: #9CDFDB; }
a { background-color: rgb(156,223,219); }
div.DivClassName
{
background-color: #9CDFDB;
}
.BgClassName
{
background-color: #9CDFDB;
}
</style>
border-color css
<style>
span { border-color: #9CDFDB; }
span { border-color: rgb(156,223,219); }
td.TdClassName
{
border-color: #9CDFDB;
}
.TagClassName
{
border-color: #9CDFDB;
}
</style>