Shades of Morning Glory #9BC5CB
Tints of Morning Glory #9BC5CB
RGB
CMYK
RGB Variations
Color information
#9BC5CB (or 0x9BC5CB) is known color: Morning Glory. HEX triplet: 9B, C5 and CB. RGB value is (155,197,203). Sum of RGB (Red+Green+Blue) = 155+197+203=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC5CB is #643A34. Grayscale: #B9B9B9. Windows color (decimal): -6568501 or 13354395. OLE color: 13354395.
HSL color Cylindrical-coordinate representation of color #9BC5CB: hue angle of 187.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BC5CB is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 197 | 203 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.20 |
| HSL | 187.5º | 0.32% | 0.7% | - |
| HSV(B) | 187.5º | 0.24% | 0.8% | - |
| XYZ | 44.26 | 51.21 | 64.05 | - |
| YUV | 185.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 203 | 0.24 | 0.03 | 0 | 0.20 | 187.5 | 0.32 | 0.7 |
| Hex | 9B | C5 | CB | 18 | 3 | 0 | 14 | BC | 20 | 46 |
| Octal | 233 | 305 | 313 | 30 | 3 | 0 | 24 | 274 | 40 | 106 |
| Binary | 10011011 | 11000101 | 11001011 | 11000 | 11 | 0 | 10100 | 10111100 | 100000 | 1000110 |
Color Harmonies of #9BC5CB
Complementary color
Monochromatic Colors of #9BC5CB
Black with #9BC5CB
Text Example
Text Example
White with #9BC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC5CB; }
p { color: rgb(155,197,203); }
H1.HeaderClassName
{
color: #9BC5CB;
}
.AnyTagClassName
{
color: #9BC5CB;
}
</style>
background-color css
<style>
a { background-color: #9BC5CB; }
a { background-color: rgb(155,197,203); }
div.DivClassName
{
background-color: #9BC5CB;
}
.BgClassName
{
background-color: #9BC5CB;
}
</style>
border-color css
<style>
span { border-color: #9BC5CB; }
span { border-color: rgb(155,197,203); }
td.TdClassName
{
border-color: #9BC5CB;
}
.TagClassName
{
border-color: #9BC5CB;
}
</style>