Shades of Morning Glory #9CC5CA
Tints of Morning Glory #9CC5CA
RGB
CMYK
RGB Variations
Color information
#9CC5CA (or 0x9CC5CA) is known color: Morning Glory. HEX triplet: 9C, C5 and CA. RGB value is (156,197,202). Sum of RGB (Red+Green+Blue) = 156+197+202=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC5CA is #633A35. Grayscale: #B9B9B9. Windows color (decimal): -6502966 or 13288860. OLE color: 13288860.
HSL color Cylindrical-coordinate representation of color #9CC5CA: hue angle of 186.52º 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 #9CC5CA is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 197 | 202 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.21 |
| HSL | 186.52º | 0.3% | 0.7% | - |
| HSV(B) | 186.52º | 0.23% | 0.79% | - |
| XYZ | 44.34 | 51.26 | 63.44 | - |
| YUV | 185.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 202 | 0.23 | 0.02 | 0 | 0.21 | 186.52 | 0.3 | 0.7 |
| Hex | 9C | C5 | CA | 17 | 2 | 0 | 15 | BB | 1E | 46 |
| Octal | 234 | 305 | 312 | 27 | 2 | 0 | 25 | 273 | 36 | 106 |
| Binary | 10011100 | 11000101 | 11001010 | 10111 | 10 | 0 | 10101 | 10111011 | 11110 | 1000110 |
Color Harmonies of #9CC5CA
Complementary color
Monochromatic Colors of #9CC5CA
Black with #9CC5CA
Text Example
Text Example
White with #9CC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC5CA; }
p { color: rgb(156,197,202); }
H1.HeaderClassName
{
color: #9CC5CA;
}
.AnyTagClassName
{
color: #9CC5CA;
}
</style>
background-color css
<style>
a { background-color: #9CC5CA; }
a { background-color: rgb(156,197,202); }
div.DivClassName
{
background-color: #9CC5CA;
}
.BgClassName
{
background-color: #9CC5CA;
}
</style>
border-color css
<style>
span { border-color: #9CC5CA; }
span { border-color: rgb(156,197,202); }
td.TdClassName
{
border-color: #9CC5CA;
}
.TagClassName
{
border-color: #9CC5CA;
}
</style>