Shades of Morning Glory #9CC6CB
Tints of Morning Glory #9CC6CB
RGB
CMYK
RGB Variations
Color information
#9CC6CB (or 0x9CC6CB) is known color: Morning Glory. HEX triplet: 9C, C6 and CB. RGB value is (156,198,203). Sum of RGB (Red+Green+Blue) = 156+198+203=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CC6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC6CB is #633934. Grayscale: #B9B9B9. Windows color (decimal): -6502709 or 13354652. OLE color: 13354652.
HSL color Cylindrical-coordinate representation of color #9CC6CB: hue angle of 186.38º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CC6CB is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 198 | 203 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.20 |
| HSL | 186.38º | 0.31% | 0.7% | - |
| HSV(B) | 186.38º | 0.23% | 0.8% | - |
| XYZ | 44.68 | 51.77 | 64.14 | - |
| YUV | 186.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 203 | 0.23 | 0.02 | 0 | 0.20 | 186.38 | 0.31 | 0.7 |
| Hex | 9C | C6 | CB | 17 | 2 | 0 | 14 | BA | 1F | 46 |
| Octal | 234 | 306 | 313 | 27 | 2 | 0 | 24 | 272 | 37 | 106 |
| Binary | 10011100 | 11000110 | 11001011 | 10111 | 10 | 0 | 10100 | 10111010 | 11111 | 1000110 |
Color Harmonies of #9CC6CB
Complementary color
Monochromatic Colors of #9CC6CB
Black with #9CC6CB
Text Example
Text Example
White with #9CC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC6CB; }
p { color: rgb(156,198,203); }
H1.HeaderClassName
{
color: #9CC6CB;
}
.AnyTagClassName
{
color: #9CC6CB;
}
</style>
background-color css
<style>
a { background-color: #9CC6CB; }
a { background-color: rgb(156,198,203); }
div.DivClassName
{
background-color: #9CC6CB;
}
.BgClassName
{
background-color: #9CC6CB;
}
</style>
border-color css
<style>
span { border-color: #9CC6CB; }
span { border-color: rgb(156,198,203); }
td.TdClassName
{
border-color: #9CC6CB;
}
.TagClassName
{
border-color: #9CC6CB;
}
</style>