Shades of Morning Glory #9CC4CA
Tints of Morning Glory #9CC4CA
RGB
CMYK
RGB Variations
Color information
#9CC4CA (or 0x9CC4CA) is known color: Morning Glory. HEX triplet: 9C, C4 and CA. RGB value is (156,196,202). Sum of RGB (Red+Green+Blue) = 156+196+202=554 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.16% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC4CA is #633B35. Grayscale: #B8B8B8. Windows color (decimal): -6503222 or 13288604. OLE color: 13288604.
HSL color Cylindrical-coordinate representation of color #9CC4CA: hue angle of 187.83º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CC4CA is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 196 | 202 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.21 |
| HSL | 187.83º | 0.3% | 0.7% | - |
| HSV(B) | 187.83º | 0.23% | 0.79% | - |
| XYZ | 44.11 | 50.81 | 63.36 | - |
| YUV | 184.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 202 | 0.23 | 0.03 | 0 | 0.21 | 187.83 | 0.3 | 0.7 |
| Hex | 9C | C4 | CA | 17 | 3 | 0 | 15 | BC | 1E | 46 |
| Octal | 234 | 304 | 312 | 27 | 3 | 0 | 25 | 274 | 36 | 106 |
| Binary | 10011100 | 11000100 | 11001010 | 10111 | 11 | 0 | 10101 | 10111100 | 11110 | 1000110 |
Color Harmonies of #9CC4CA
Complementary color
Monochromatic Colors of #9CC4CA
Black with #9CC4CA
Text Example
Text Example
White with #9CC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC4CA; }
p { color: rgb(156,196,202); }
H1.HeaderClassName
{
color: #9CC4CA;
}
.AnyTagClassName
{
color: #9CC4CA;
}
</style>
background-color css
<style>
a { background-color: #9CC4CA; }
a { background-color: rgb(156,196,202); }
div.DivClassName
{
background-color: #9CC4CA;
}
.BgClassName
{
background-color: #9CC4CA;
}
</style>
border-color css
<style>
span { border-color: #9CC4CA; }
span { border-color: rgb(156,196,202); }
td.TdClassName
{
border-color: #9CC4CA;
}
.TagClassName
{
border-color: #9CC4CA;
}
</style>