Shades of Morning Glory #9DD2D4
Tints of Morning Glory #9DD2D4
RGB
CMYK
RGB Variations
Color information
#9DD2D4 (or 0x9DD2D4) is known color: Morning Glory. HEX triplet: 9D, D2 and D4. RGB value is (157,210,212). Sum of RGB (Red+Green+Blue) = 157+210+212=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #9DD2D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD2D4 is #622D2B. Grayscale: #C2C2C2. Windows color (decimal): -6434092 or 13947549. OLE color: 13947549.
HSL color Cylindrical-coordinate representation of color #9DD2D4: hue angle of 182.18º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD2D4 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 210 | 212 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.17 |
| HSL | 182.18º | 0.39% | 0.72% | - |
| HSV(B) | 182.18º | 0.26% | 0.83% | - |
| XYZ | 48.83 | 58.01 | 70.91 | - |
| YUV | 194.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 212 | 0.26 | 0.01 | 0 | 0.17 | 182.18 | 0.39 | 0.72 |
| Hex | 9D | D2 | D4 | 1A | 1 | 0 | 11 | B6 | 27 | 48 |
| Octal | 235 | 322 | 324 | 32 | 1 | 0 | 21 | 266 | 47 | 110 |
| Binary | 10011101 | 11010010 | 11010100 | 11010 | 1 | 0 | 10001 | 10110110 | 100111 | 1001000 |
Color Harmonies of #9DD2D4
Complementary color
Monochromatic Colors of #9DD2D4
Black with #9DD2D4
Text Example
Text Example
White with #9DD2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD2D4; }
p { color: rgb(157,210,212); }
H1.HeaderClassName
{
color: #9DD2D4;
}
.AnyTagClassName
{
color: #9DD2D4;
}
</style>
background-color css
<style>
a { background-color: #9DD2D4; }
a { background-color: rgb(157,210,212); }
div.DivClassName
{
background-color: #9DD2D4;
}
.BgClassName
{
background-color: #9DD2D4;
}
</style>
border-color css
<style>
span { border-color: #9DD2D4; }
span { border-color: rgb(157,210,212); }
td.TdClassName
{
border-color: #9DD2D4;
}
.TagClassName
{
border-color: #9DD2D4;
}
</style>