Shades of Opal #9FCEC1
Tints of Opal #9FCEC1
RGB
CMYK
RGB Variations
Color information
#9FCEC1 (or 0x9FCEC1) is known color: Opal. HEX triplet: 9F, CE and C1. RGB value is (159,206,193). Sum of RGB (Red+Green+Blue) = 159+206+193=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEC1 is #60313E. Grayscale: #BEBEBE. Windows color (decimal): -6304063 or 12701343. OLE color: 12701343.
HSL color Cylindrical-coordinate representation of color #9FCEC1: hue angle of 163.4º 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 #9FCEC1 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 193 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.19 |
| HSL | 163.4º | 0.32% | 0.72% | - |
| HSV(B) | 163.4º | 0.23% | 0.81% | - |
| XYZ | 46 | 55.36 | 58.71 | - |
| YUV | 190.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 193 | 0.23 | 0 | 0.06 | 0.19 | 163.4 | 0.32 | 0.72 |
| Hex | 9F | CE | C1 | 17 | 0 | 6 | 13 | A3 | 20 | 48 |
| Octal | 237 | 316 | 301 | 27 | 0 | 6 | 23 | 243 | 40 | 110 |
| Binary | 10011111 | 11001110 | 11000001 | 10111 | 0 | 110 | 10011 | 10100011 | 100000 | 1001000 |
Color Harmonies of #9FCEC1
Complementary color
Monochromatic Colors of #9FCEC1
Black with #9FCEC1
Text Example
Text Example
White with #9FCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEC1; }
p { color: rgb(159,206,193); }
H1.HeaderClassName
{
color: #9FCEC1;
}
.AnyTagClassName
{
color: #9FCEC1;
}
</style>
background-color css
<style>
a { background-color: #9FCEC1; }
a { background-color: rgb(159,206,193); }
div.DivClassName
{
background-color: #9FCEC1;
}
.BgClassName
{
background-color: #9FCEC1;
}
</style>
border-color css
<style>
span { border-color: #9FCEC1; }
span { border-color: rgb(159,206,193); }
td.TdClassName
{
border-color: #9FCEC1;
}
.TagClassName
{
border-color: #9FCEC1;
}
</style>