Shades of Morning Glory #9FCCCE
Tints of Morning Glory #9FCCCE
RGB
CMYK
RGB Variations
Color information
#9FCCCE (or 0x9FCCCE) is known color: Morning Glory. HEX triplet: 9F, CC and CE. RGB value is (159,204,206). Sum of RGB (Red+Green+Blue) = 159+204+206=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FCCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCCE is #603331. Grayscale: #BEBEBE. Windows color (decimal): -6304562 or 13552799. OLE color: 13552799.
HSL color Cylindrical-coordinate representation of color #9FCCCE: hue angle of 182.55º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCCCE is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 204 | 206 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.19 |
| HSL | 182.55º | 0.32% | 0.72% | - |
| HSV(B) | 182.55º | 0.23% | 0.81% | - |
| XYZ | 47.03 | 55.01 | 66.53 | - |
| YUV | 190.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 206 | 0.23 | 0.01 | 0 | 0.19 | 182.55 | 0.32 | 0.72 |
| Hex | 9F | CC | CE | 17 | 1 | 0 | 13 | B7 | 20 | 48 |
| Octal | 237 | 314 | 316 | 27 | 1 | 0 | 23 | 267 | 40 | 110 |
| Binary | 10011111 | 11001100 | 11001110 | 10111 | 1 | 0 | 10011 | 10110111 | 100000 | 1001000 |
Color Harmonies of #9FCCCE
Complementary color
Monochromatic Colors of #9FCCCE
Black with #9FCCCE
Text Example
Text Example
White with #9FCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCCE; }
p { color: rgb(159,204,206); }
H1.HeaderClassName
{
color: #9FCCCE;
}
.AnyTagClassName
{
color: #9FCCCE;
}
</style>
background-color css
<style>
a { background-color: #9FCCCE; }
a { background-color: rgb(159,204,206); }
div.DivClassName
{
background-color: #9FCCCE;
}
.BgClassName
{
background-color: #9FCCCE;
}
</style>
border-color css
<style>
span { border-color: #9FCCCE; }
span { border-color: rgb(159,204,206); }
td.TdClassName
{
border-color: #9FCCCE;
}
.TagClassName
{
border-color: #9FCCCE;
}
</style>