Shades of Morning Glory #9DCACD
Tints of Morning Glory #9DCACD
RGB
CMYK
RGB Variations
Color information
#9DCACD (or 0x9DCACD) is known color: Morning Glory. HEX triplet: 9D, CA and CD. RGB value is (157,202,205). Sum of RGB (Red+Green+Blue) = 157+202+205=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCACD is #623532. Grayscale: #BCBCBC. Windows color (decimal): -6436147 or 13486749. OLE color: 13486749.
HSL color Cylindrical-coordinate representation of color #9DCACD: hue angle of 183.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCACD is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 202 | 205 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.20 |
| HSL | 183.75º | 0.32% | 0.71% | - |
| HSV(B) | 183.75º | 0.23% | 0.8% | - |
| XYZ | 46.04 | 53.82 | 65.72 | - |
| YUV | 188.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 205 | 0.23 | 0.01 | 0 | 0.20 | 183.75 | 0.32 | 0.71 |
| Hex | 9D | CA | CD | 17 | 1 | 0 | 14 | B8 | 20 | 47 |
| Octal | 235 | 312 | 315 | 27 | 1 | 0 | 24 | 270 | 40 | 107 |
| Binary | 10011101 | 11001010 | 11001101 | 10111 | 1 | 0 | 10100 | 10111000 | 100000 | 1000111 |
Color Harmonies of #9DCACD
Complementary color
Monochromatic Colors of #9DCACD
Black with #9DCACD
Text Example
Text Example
White with #9DCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCACD; }
p { color: rgb(157,202,205); }
H1.HeaderClassName
{
color: #9DCACD;
}
.AnyTagClassName
{
color: #9DCACD;
}
</style>
background-color css
<style>
a { background-color: #9DCACD; }
a { background-color: rgb(157,202,205); }
div.DivClassName
{
background-color: #9DCACD;
}
.BgClassName
{
background-color: #9DCACD;
}
</style>
border-color css
<style>
span { border-color: #9DCACD; }
span { border-color: rgb(157,202,205); }
td.TdClassName
{
border-color: #9DCACD;
}
.TagClassName
{
border-color: #9DCACD;
}
</style>