Shades of Morning Glory #9DDCDB
Tints of Morning Glory #9DDCDB
RGB
CMYK
RGB Variations
Color information
#9DDCDB (or 0x9DDCDB) is known color: Morning Glory. HEX triplet: 9D, DC and DB. RGB value is (157,220,219). Sum of RGB (Red+Green+Blue) = 157+220+219=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCDB is #622324. Grayscale: #C8C8C8. Windows color (decimal): -6431525 or 14408861. OLE color: 14408861.
HSL color Cylindrical-coordinate representation of color #9DDCDB: hue angle of 179.05º 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 #9DDCDB is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 219 | - |
| CMYK | 0.29 | 0 | 0.00 | 0.14 |
| HSL | 179.05º | 0.47% | 0.74% | - |
| HSV(B) | 179.05º | 0.29% | 0.86% | - |
| XYZ | 52.28 | 63.47 | 76.51 | - |
| YUV | 201.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 219 | 0.29 | 0 | 0.00 | 0.14 | 179.05 | 0.47 | 0.74 |
| Hex | 9D | DC | DB | 1D | 0 | 0 | E | B3 | 2F | 4A |
| Octal | 235 | 334 | 333 | 35 | 0 | 0 | 16 | 263 | 57 | 112 |
| Binary | 10011101 | 11011100 | 11011011 | 11101 | 0 | 0 | 1110 | 10110011 | 101111 | 1001010 |
Color Harmonies of #9DDCDB
Complementary color
Monochromatic Colors of #9DDCDB
Black with #9DDCDB
Text Example
Text Example
White with #9DDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCDB; }
p { color: rgb(157,220,219); }
H1.HeaderClassName
{
color: #9DDCDB;
}
.AnyTagClassName
{
color: #9DDCDB;
}
</style>
background-color css
<style>
a { background-color: #9DDCDB; }
a { background-color: rgb(157,220,219); }
div.DivClassName
{
background-color: #9DDCDB;
}
.BgClassName
{
background-color: #9DDCDB;
}
</style>
border-color css
<style>
span { border-color: #9DDCDB; }
span { border-color: rgb(157,220,219); }
td.TdClassName
{
border-color: #9DDCDB;
}
.TagClassName
{
border-color: #9DDCDB;
}
</style>