Shades of Morning Glory #9DC5CA
Tints of Morning Glory #9DC5CA
RGB
CMYK
RGB Variations
Color information
#9DC5CA (or 0x9DC5CA) is known color: Morning Glory. HEX triplet: 9D, C5 and CA. RGB value is (157,197,202). Sum of RGB (Red+Green+Blue) = 157+197+202=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC5CA is #623A35. Grayscale: #B9B9B9. Windows color (decimal): -6437430 or 13288861. OLE color: 13288861.
HSL color Cylindrical-coordinate representation of color #9DC5CA: hue angle of 186.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC5CA is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 197 | 202 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.21 |
| HSL | 186.67º | 0.3% | 0.7% | - |
| HSV(B) | 186.67º | 0.22% | 0.79% | - |
| XYZ | 44.53 | 51.36 | 63.44 | - |
| YUV | 185.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 202 | 0.22 | 0.02 | 0 | 0.21 | 186.67 | 0.3 | 0.7 |
| Hex | 9D | C5 | CA | 16 | 2 | 0 | 15 | BB | 1E | 46 |
| Octal | 235 | 305 | 312 | 26 | 2 | 0 | 25 | 273 | 36 | 106 |
| Binary | 10011101 | 11000101 | 11001010 | 10110 | 10 | 0 | 10101 | 10111011 | 11110 | 1000110 |
Color Harmonies of #9DC5CA
Complementary color
Monochromatic Colors of #9DC5CA
Black with #9DC5CA
Text Example
Text Example
White with #9DC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC5CA; }
p { color: rgb(157,197,202); }
H1.HeaderClassName
{
color: #9DC5CA;
}
.AnyTagClassName
{
color: #9DC5CA;
}
</style>
background-color css
<style>
a { background-color: #9DC5CA; }
a { background-color: rgb(157,197,202); }
div.DivClassName
{
background-color: #9DC5CA;
}
.BgClassName
{
background-color: #9DC5CA;
}
</style>
border-color css
<style>
span { border-color: #9DC5CA; }
span { border-color: rgb(157,197,202); }
td.TdClassName
{
border-color: #9DC5CA;
}
.TagClassName
{
border-color: #9DC5CA;
}
</style>