Shades of Opal #9FCBBA
Tints of Opal #9FCBBA
RGB
CMYK
RGB Variations
Color information
#9FCBBA (or 0x9FCBBA) is known color: Opal. HEX triplet: 9F, CB and BA. RGB value is (159,203,186). Sum of RGB (Red+Green+Blue) = 159+203+186=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBBA is #603445. Grayscale: #BBBBBB. Windows color (decimal): -6304838 or 12241823. OLE color: 12241823.
HSL color Cylindrical-coordinate representation of color #9FCBBA: hue angle of 156.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCBBA is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 186 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.20 |
| HSL | 156.82º | 0.3% | 0.71% | - |
| HSV(B) | 156.82º | 0.22% | 0.8% | - |
| XYZ | 44.52 | 53.63 | 54.46 | - |
| YUV | 187.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 186 | 0.22 | 0 | 0.08 | 0.20 | 156.82 | 0.3 | 0.71 |
| Hex | 9F | CB | BA | 16 | 0 | 8 | 14 | 9D | 1E | 47 |
| Octal | 237 | 313 | 272 | 26 | 0 | 10 | 24 | 235 | 36 | 107 |
| Binary | 10011111 | 11001011 | 10111010 | 10110 | 0 | 1000 | 10100 | 10011101 | 11110 | 1000111 |
Color Harmonies of #9FCBBA
Complementary color
Monochromatic Colors of #9FCBBA
Black with #9FCBBA
Text Example
Text Example
White with #9FCBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCBBA; }
p { color: rgb(159,203,186); }
H1.HeaderClassName
{
color: #9FCBBA;
}
.AnyTagClassName
{
color: #9FCBBA;
}
</style>
background-color css
<style>
a { background-color: #9FCBBA; }
a { background-color: rgb(159,203,186); }
div.DivClassName
{
background-color: #9FCBBA;
}
.BgClassName
{
background-color: #9FCBBA;
}
</style>
border-color css
<style>
span { border-color: #9FCBBA; }
span { border-color: rgb(159,203,186); }
td.TdClassName
{
border-color: #9FCBBA;
}
.TagClassName
{
border-color: #9FCBBA;
}
</style>