Shades of Morning Glory #9DDCDD
Tints of Morning Glory #9DDCDD
RGB
CMYK
RGB Variations
Color information
#9DDCDD (or 0x9DDCDD) is known color: Morning Glory. HEX triplet: 9D, DC and DD. RGB value is (157,220,221). Sum of RGB (Red+Green+Blue) = 157+220+221=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCDD is #622322. Grayscale: #C9C9C9. Windows color (decimal): -6431523 or 14539933. OLE color: 14539933.
HSL color Cylindrical-coordinate representation of color #9DDCDD: hue angle of 180.94º degrees, saturation: 0.48, 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 #9DDCDD is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 220 | 221 | - |
| CMYK | 0.29 | 0.00 | 0 | 0.13 |
| HSL | 180.94º | 0.48% | 0.74% | - |
| HSV(B) | 180.94º | 0.29% | 0.87% | - |
| XYZ | 52.55 | 63.57 | 77.91 | - |
| YUV | 201.28 | 139.13 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 221 | 0.29 | 0.00 | 0 | 0.13 | 180.94 | 0.48 | 0.74 |
| Hex | 9D | DC | DD | 1D | 0 | 0 | D | B5 | 30 | 4A |
| Octal | 235 | 334 | 335 | 35 | 0 | 0 | 15 | 265 | 60 | 112 |
| Binary | 10011101 | 11011100 | 11011101 | 11101 | 0 | 0 | 1101 | 10110101 | 110000 | 1001010 |
Color Harmonies of #9DDCDD
Complementary color
Monochromatic Colors of #9DDCDD
Black with #9DDCDD
Text Example
Text Example
White with #9DDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCDD; }
p { color: rgb(157,220,221); }
H1.HeaderClassName
{
color: #9DDCDD;
}
.AnyTagClassName
{
color: #9DDCDD;
}
</style>
background-color css
<style>
a { background-color: #9DDCDD; }
a { background-color: rgb(157,220,221); }
div.DivClassName
{
background-color: #9DDCDD;
}
.BgClassName
{
background-color: #9DDCDD;
}
</style>
border-color css
<style>
span { border-color: #9DDCDD; }
span { border-color: rgb(157,220,221); }
td.TdClassName
{
border-color: #9DDCDD;
}
.TagClassName
{
border-color: #9DDCDD;
}
</style>