Shades of Opal #9FC9BB
Tints of Opal #9FC9BB
RGB
CMYK
RGB Variations
Color information
#9FC9BB (or 0x9FC9BB) is known color: Opal. HEX triplet: 9F, C9 and BB. RGB value is (159,201,187). Sum of RGB (Red+Green+Blue) = 159+201+187=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC9BB is #603644. Grayscale: #BABABA. Windows color (decimal): -6305349 or 12306847. OLE color: 12306847.
HSL color Cylindrical-coordinate representation of color #9FC9BB: hue angle of 160º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FC9BB is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 187 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.21 |
| HSL | 160º | 0.28% | 0.71% | - |
| HSV(B) | 160º | 0.21% | 0.79% | - |
| XYZ | 44.15 | 52.73 | 54.86 | - |
| YUV | 186.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 187 | 0.21 | 0 | 0.07 | 0.21 | 160 | 0.28 | 0.71 |
| Hex | 9F | C9 | BB | 15 | 0 | 7 | 15 | A0 | 1C | 47 |
| Octal | 237 | 311 | 273 | 25 | 0 | 7 | 25 | 240 | 34 | 107 |
| Binary | 10011111 | 11001001 | 10111011 | 10101 | 0 | 111 | 10101 | 10100000 | 11100 | 1000111 |
Color Harmonies of #9FC9BB
Complementary color
Monochromatic Colors of #9FC9BB
Black with #9FC9BB
Text Example
Text Example
White with #9FC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC9BB; }
p { color: rgb(159,201,187); }
H1.HeaderClassName
{
color: #9FC9BB;
}
.AnyTagClassName
{
color: #9FC9BB;
}
</style>
background-color css
<style>
a { background-color: #9FC9BB; }
a { background-color: rgb(159,201,187); }
div.DivClassName
{
background-color: #9FC9BB;
}
.BgClassName
{
background-color: #9FC9BB;
}
</style>
border-color css
<style>
span { border-color: #9FC9BB; }
span { border-color: rgb(159,201,187); }
td.TdClassName
{
border-color: #9FC9BB;
}
.TagClassName
{
border-color: #9FC9BB;
}
</style>