Shades of Morning Glory #9FC8CB
Tints of Morning Glory #9FC8CB
RGB
CMYK
RGB Variations
Color information
#9FC8CB (or 0x9FC8CB) is known color: Morning Glory. HEX triplet: 9F, C8 and CB. RGB value is (159,200,203). Sum of RGB (Red+Green+Blue) = 159+200+203=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FC8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC8CB is #603734. Grayscale: #BCBCBC. Windows color (decimal): -6305589 or 13355167. OLE color: 13355167.
HSL color Cylindrical-coordinate representation of color #9FC8CB: hue angle of 184.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FC8CB is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 200 | 203 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.20 |
| HSL | 184.09º | 0.3% | 0.71% | - |
| HSV(B) | 184.09º | 0.22% | 0.8% | - |
| XYZ | 45.73 | 52.99 | 64.32 | - |
| YUV | 188.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 203 | 0.22 | 0.01 | 0 | 0.20 | 184.09 | 0.3 | 0.71 |
| Hex | 9F | C8 | CB | 16 | 1 | 0 | 14 | B8 | 1E | 47 |
| Octal | 237 | 310 | 313 | 26 | 1 | 0 | 24 | 270 | 36 | 107 |
| Binary | 10011111 | 11001000 | 11001011 | 10110 | 1 | 0 | 10100 | 10111000 | 11110 | 1000111 |
Color Harmonies of #9FC8CB
Complementary color
Monochromatic Colors of #9FC8CB
Black with #9FC8CB
Text Example
Text Example
White with #9FC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC8CB; }
p { color: rgb(159,200,203); }
H1.HeaderClassName
{
color: #9FC8CB;
}
.AnyTagClassName
{
color: #9FC8CB;
}
</style>
background-color css
<style>
a { background-color: #9FC8CB; }
a { background-color: rgb(159,200,203); }
div.DivClassName
{
background-color: #9FC8CB;
}
.BgClassName
{
background-color: #9FC8CB;
}
</style>
border-color css
<style>
span { border-color: #9FC8CB; }
span { border-color: rgb(159,200,203); }
td.TdClassName
{
border-color: #9FC8CB;
}
.TagClassName
{
border-color: #9FC8CB;
}
</style>