Shades of Morning Glory #9DCACE
Tints of Morning Glory #9DCACE
RGB
CMYK
RGB Variations
Color information
#9DCACE (or 0x9DCACE) is known color: Morning Glory. HEX triplet: 9D, CA and CE. RGB value is (157,202,206). Sum of RGB (Red+Green+Blue) = 157+202+206=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DCACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCACE is #623531. Grayscale: #BCBCBC. Windows color (decimal): -6436146 or 13552285. OLE color: 13552285.
HSL color Cylindrical-coordinate representation of color #9DCACE: hue angle of 184.9º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCACE is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 202 | 206 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.19 |
| HSL | 184.9º | 0.33% | 0.71% | - |
| HSV(B) | 184.9º | 0.24% | 0.81% | - |
| XYZ | 46.17 | 53.87 | 66.36 | - |
| YUV | 189 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 206 | 0.24 | 0.02 | 0 | 0.19 | 184.9 | 0.33 | 0.71 |
| Hex | 9D | CA | CE | 18 | 2 | 0 | 13 | B9 | 21 | 47 |
| Octal | 235 | 312 | 316 | 30 | 2 | 0 | 23 | 271 | 41 | 107 |
| Binary | 10011101 | 11001010 | 11001110 | 11000 | 10 | 0 | 10011 | 10111001 | 100001 | 1000111 |
Color Harmonies of #9DCACE
Complementary color
Monochromatic Colors of #9DCACE
Black with #9DCACE
Text Example
Text Example
White with #9DCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCACE; }
p { color: rgb(157,202,206); }
H1.HeaderClassName
{
color: #9DCACE;
}
.AnyTagClassName
{
color: #9DCACE;
}
</style>
background-color css
<style>
a { background-color: #9DCACE; }
a { background-color: rgb(157,202,206); }
div.DivClassName
{
background-color: #9DCACE;
}
.BgClassName
{
background-color: #9DCACE;
}
</style>
border-color css
<style>
span { border-color: #9DCACE; }
span { border-color: rgb(157,202,206); }
td.TdClassName
{
border-color: #9DCACE;
}
.TagClassName
{
border-color: #9DCACE;
}
</style>