Shades of Morning Glory #9FCECE
Tints of Morning Glory #9FCECE
RGB
CMYK
RGB Variations
Color information
#9FCECE (or 0x9FCECE) is known color: Morning Glory. HEX triplet: 9F, CE and CE. RGB value is (159,206,206). Sum of RGB (Red+Green+Blue) = 159+206+206=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #9FCECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCECE is #603131. Grayscale: #BFBFBF. Windows color (decimal): -6304050 or 13553311. OLE color: 13553311.
HSL color Cylindrical-coordinate representation of color #9FCECE: hue angle of 180º 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 #9FCECE is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 159 | 206 | 206 | - |
CMYK | 0.23 | 0 | 0 | 0.19 |
HSL | 180º | 0.32% | 0.72% | - |
HSV(B) | 180º | 0.23% | 0.81% | - |
XYZ | 47.51 | 55.97 | 66.69 | - |
YUV | 191.95 | 135.93 | 104.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 206 | 206 | 0.23 | 0 | 0 | 0.19 | 180 | 0.32 | 0.72 |
Hex | 9F | CE | CE | 17 | 0 | 0 | 13 | B4 | 20 | 48 |
Octal | 237 | 316 | 316 | 27 | 0 | 0 | 23 | 264 | 40 | 110 |
Binary | 10011111 | 11001110 | 11001110 | 10111 | 0 | 0 | 10011 | 10110100 | 100000 | 1001000 |
Color Harmonies of #9FCECE
Complementary color
Monochromatic Colors of #9FCECE
Black with #9FCECE
Text Example
Text Example
White with #9FCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCECE; }
p { color: rgb(159,206,206); }
H1.HeaderClassName
{
color: #9FCECE;
}
.AnyTagClassName
{
color: #9FCECE;
}
</style>
background-color css
<style>
a { background-color: #9FCECE; }
a { background-color: rgb(159,206,206); }
div.DivClassName
{
background-color: #9FCECE;
}
.BgClassName
{
background-color: #9FCECE;
}
</style>
border-color css
<style>
span { border-color: #9FCECE; }
span { border-color: rgb(159,206,206); }
td.TdClassName
{
border-color: #9FCECE;
}
.TagClassName
{
border-color: #9FCECE;
}
</style>