Shades of Opal #9FCFBD
Tints of Opal #9FCFBD
RGB
CMYK
RGB Variations
Color information
#9FCFBD (or 0x9FCFBD) is known color: Opal. HEX triplet: 9F, CF and BD. RGB value is (159,207,189). Sum of RGB (Red+Green+Blue) = 159+207+189=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFBD is #603042. Grayscale: #BEBEBE. Windows color (decimal): -6303811 or 12439455. OLE color: 12439455.
HSL color Cylindrical-coordinate representation of color #9FCFBD: hue angle of 157.5º degrees, saturation: 0.33, 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 #9FCFBD is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 189 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.19 |
| HSL | 157.5º | 0.33% | 0.72% | - |
| HSV(B) | 157.5º | 0.23% | 0.81% | - |
| XYZ | 45.8 | 55.67 | 56.48 | - |
| YUV | 190.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 189 | 0.23 | 0 | 0.09 | 0.19 | 157.5 | 0.33 | 0.72 |
| Hex | 9F | CF | BD | 17 | 0 | 9 | 13 | 9E | 21 | 48 |
| Octal | 237 | 317 | 275 | 27 | 0 | 11 | 23 | 236 | 41 | 110 |
| Binary | 10011111 | 11001111 | 10111101 | 10111 | 0 | 1001 | 10011 | 10011110 | 100001 | 1001000 |
Color Harmonies of #9FCFBD
Complementary color
Monochromatic Colors of #9FCFBD
Black with #9FCFBD
Text Example
Text Example
White with #9FCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFBD; }
p { color: rgb(159,207,189); }
H1.HeaderClassName
{
color: #9FCFBD;
}
.AnyTagClassName
{
color: #9FCFBD;
}
</style>
background-color css
<style>
a { background-color: #9FCFBD; }
a { background-color: rgb(159,207,189); }
div.DivClassName
{
background-color: #9FCFBD;
}
.BgClassName
{
background-color: #9FCFBD;
}
</style>
border-color css
<style>
span { border-color: #9FCFBD; }
span { border-color: rgb(159,207,189); }
td.TdClassName
{
border-color: #9FCFBD;
}
.TagClassName
{
border-color: #9FCFBD;
}
</style>