Shades of Morning Glory #9DDCDA
Tints of Morning Glory #9DDCDA
RGB
CMYK
RGB Variations
Color information
#9DDCDA (or 0x9DDCDA) is known color: Morning Glory. HEX triplet: 9D, DC and DA. RGB value is (157,220,218). Sum of RGB (Red+Green+Blue) = 157+220+218=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCDA is #622325. Grayscale: #C8C8C8. Windows color (decimal): -6431526 or 14343325. OLE color: 14343325.
HSL color Cylindrical-coordinate representation of color #9DDCDA: hue angle of 178.1º 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 #9DDCDA is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 218 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.14 |
| HSL | 178.1º | 0.47% | 0.74% | - |
| HSV(B) | 178.1º | 0.29% | 0.86% | - |
| XYZ | 52.15 | 63.42 | 75.82 | - |
| YUV | 200.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 218 | 0.29 | 0 | 0.01 | 0.14 | 178.1 | 0.47 | 0.74 |
| Hex | 9D | DC | DA | 1D | 0 | 1 | E | B2 | 2F | 4A |
| Octal | 235 | 334 | 332 | 35 | 0 | 1 | 16 | 262 | 57 | 112 |
| Binary | 10011101 | 11011100 | 11011010 | 11101 | 0 | 1 | 1110 | 10110010 | 101111 | 1001010 |
Color Harmonies of #9DDCDA
Complementary color
Monochromatic Colors of #9DDCDA
Black with #9DDCDA
Text Example
Text Example
White with #9DDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCDA; }
p { color: rgb(157,220,218); }
H1.HeaderClassName
{
color: #9DDCDA;
}
.AnyTagClassName
{
color: #9DDCDA;
}
</style>
background-color css
<style>
a { background-color: #9DDCDA; }
a { background-color: rgb(157,220,218); }
div.DivClassName
{
background-color: #9DDCDA;
}
.BgClassName
{
background-color: #9DDCDA;
}
</style>
border-color css
<style>
span { border-color: #9DDCDA; }
span { border-color: rgb(157,220,218); }
td.TdClassName
{
border-color: #9DDCDA;
}
.TagClassName
{
border-color: #9DDCDA;
}
</style>