Shades of Opal #9FCBBD
Tints of Opal #9FCBBD
RGB
CMYK
RGB Variations
Color information
#9FCBBD (or 0x9FCBBD) is known color: Opal. HEX triplet: 9F, CB and BD. RGB value is (159,203,189). Sum of RGB (Red+Green+Blue) = 159+203+189=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBBD is #603442. Grayscale: #BCBCBC. Windows color (decimal): -6304835 or 12438431. OLE color: 12438431.
HSL color Cylindrical-coordinate representation of color #9FCBBD: hue angle of 160.91º 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 #9FCBBD is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 189 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.20 |
| HSL | 160.91º | 0.3% | 0.71% | - |
| HSV(B) | 160.91º | 0.22% | 0.8% | - |
| XYZ | 44.84 | 53.76 | 56.16 | - |
| YUV | 188.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 189 | 0.22 | 0 | 0.07 | 0.20 | 160.91 | 0.3 | 0.71 |
| Hex | 9F | CB | BD | 16 | 0 | 7 | 14 | A1 | 1E | 47 |
| Octal | 237 | 313 | 275 | 26 | 0 | 7 | 24 | 241 | 36 | 107 |
| Binary | 10011111 | 11001011 | 10111101 | 10110 | 0 | 111 | 10100 | 10100001 | 11110 | 1000111 |
Color Harmonies of #9FCBBD
Complementary color
Monochromatic Colors of #9FCBBD
Black with #9FCBBD
Text Example
Text Example
White with #9FCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCBBD; }
p { color: rgb(159,203,189); }
H1.HeaderClassName
{
color: #9FCBBD;
}
.AnyTagClassName
{
color: #9FCBBD;
}
</style>
background-color css
<style>
a { background-color: #9FCBBD; }
a { background-color: rgb(159,203,189); }
div.DivClassName
{
background-color: #9FCBBD;
}
.BgClassName
{
background-color: #9FCBBD;
}
</style>
border-color css
<style>
span { border-color: #9FCBBD; }
span { border-color: rgb(159,203,189); }
td.TdClassName
{
border-color: #9FCBBD;
}
.TagClassName
{
border-color: #9FCBBD;
}
</style>