Shades of Opal #9FCEBF
Tints of Opal #9FCEBF
RGB
CMYK
RGB Variations
Color information
#9FCEBF (or 0x9FCEBF) is known color: Opal. HEX triplet: 9F, CE and BF. RGB value is (159,206,191). Sum of RGB (Red+Green+Blue) = 159+206+191=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEBF is #603140. Grayscale: #BEBEBE. Windows color (decimal): -6304065 or 12570271. OLE color: 12570271.
HSL color Cylindrical-coordinate representation of color #9FCEBF: hue angle of 160.85º 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 #9FCEBF is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 191 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.19 |
| HSL | 160.85º | 0.32% | 0.72% | - |
| HSV(B) | 160.85º | 0.23% | 0.81% | - |
| XYZ | 45.77 | 55.28 | 57.55 | - |
| YUV | 190.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 191 | 0.23 | 0 | 0.07 | 0.19 | 160.85 | 0.32 | 0.72 |
| Hex | 9F | CE | BF | 17 | 0 | 7 | 13 | A1 | 20 | 48 |
| Octal | 237 | 316 | 277 | 27 | 0 | 7 | 23 | 241 | 40 | 110 |
| Binary | 10011111 | 11001110 | 10111111 | 10111 | 0 | 111 | 10011 | 10100001 | 100000 | 1001000 |
Color Harmonies of #9FCEBF
Complementary color
Monochromatic Colors of #9FCEBF
Black with #9FCEBF
Text Example
Text Example
White with #9FCEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEBF; }
p { color: rgb(159,206,191); }
H1.HeaderClassName
{
color: #9FCEBF;
}
.AnyTagClassName
{
color: #9FCEBF;
}
</style>
background-color css
<style>
a { background-color: #9FCEBF; }
a { background-color: rgb(159,206,191); }
div.DivClassName
{
background-color: #9FCEBF;
}
.BgClassName
{
background-color: #9FCEBF;
}
</style>
border-color css
<style>
span { border-color: #9FCEBF; }
span { border-color: rgb(159,206,191); }
td.TdClassName
{
border-color: #9FCEBF;
}
.TagClassName
{
border-color: #9FCEBF;
}
</style>