Shades of Morning Glory #9DDADA
Tints of Morning Glory #9DDADA
RGB
CMYK
RGB Variations
Color information
#9DDADA (or 0x9DDADA) is known color: Morning Glory. HEX triplet: 9D, DA and DA. RGB value is (157,218,218). Sum of RGB (Red+Green+Blue) = 157+218+218=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #9DDADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDADA is #622525. Grayscale: #C7C7C7. Windows color (decimal): -6432038 or 14342813. OLE color: 14342813.
HSL color Cylindrical-coordinate representation of color #9DDADA: hue angle of 180º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDADA is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 218 | - |
| CMYK | 0.28 | 0 | 0 | 0.15 |
| HSL | 180º | 0.45% | 0.74% | - |
| HSV(B) | 180º | 0.28% | 0.85% | - |
| XYZ | 51.63 | 62.37 | 75.65 | - |
| YUV | 199.76 | 138.29 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 218 | 0.28 | 0 | 0 | 0.15 | 180 | 0.45 | 0.74 |
| Hex | 9D | DA | DA | 1C | 0 | 0 | F | B4 | 2D | 4A |
| Octal | 235 | 332 | 332 | 34 | 0 | 0 | 17 | 264 | 55 | 112 |
| Binary | 10011101 | 11011010 | 11011010 | 11100 | 0 | 0 | 1111 | 10110100 | 101101 | 1001010 |
Color Harmonies of #9DDADA
Complementary color
Monochromatic Colors of #9DDADA
Black with #9DDADA
Text Example
Text Example
White with #9DDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDADA; }
p { color: rgb(157,218,218); }
H1.HeaderClassName
{
color: #9DDADA;
}
.AnyTagClassName
{
color: #9DDADA;
}
</style>
background-color css
<style>
a { background-color: #9DDADA; }
a { background-color: rgb(157,218,218); }
div.DivClassName
{
background-color: #9DDADA;
}
.BgClassName
{
background-color: #9DDADA;
}
</style>
border-color css
<style>
span { border-color: #9DDADA; }
span { border-color: rgb(157,218,218); }
td.TdClassName
{
border-color: #9DDADA;
}
.TagClassName
{
border-color: #9DDADA;
}
</style>