Shades of Opal #9FCBBE
Tints of Opal #9FCBBE
RGB
CMYK
RGB Variations
Color information
#9FCBBE (or 0x9FCBBE) is known color: Opal. HEX triplet: 9F, CB and BE. RGB value is (159,203,190). Sum of RGB (Red+Green+Blue) = 159+203+190=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBBE is #603441. Grayscale: #BCBCBC. Windows color (decimal): -6304834 or 12503967. OLE color: 12503967.
HSL color Cylindrical-coordinate representation of color #9FCBBE: hue angle of 162.27º 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 #9FCBBE is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 190 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.20 |
| HSL | 162.27º | 0.3% | 0.71% | - |
| HSV(B) | 162.27º | 0.22% | 0.8% | - |
| XYZ | 44.95 | 53.8 | 56.73 | - |
| YUV | 188.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 190 | 0.22 | 0 | 0.06 | 0.20 | 162.27 | 0.3 | 0.71 |
| Hex | 9F | CB | BE | 16 | 0 | 6 | 14 | A2 | 1E | 47 |
| Octal | 237 | 313 | 276 | 26 | 0 | 6 | 24 | 242 | 36 | 107 |
| Binary | 10011111 | 11001011 | 10111110 | 10110 | 0 | 110 | 10100 | 10100010 | 11110 | 1000111 |
Color Harmonies of #9FCBBE
Complementary color
Monochromatic Colors of #9FCBBE
Black with #9FCBBE
Text Example
Text Example
White with #9FCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCBBE; }
p { color: rgb(159,203,190); }
H1.HeaderClassName
{
color: #9FCBBE;
}
.AnyTagClassName
{
color: #9FCBBE;
}
</style>
background-color css
<style>
a { background-color: #9FCBBE; }
a { background-color: rgb(159,203,190); }
div.DivClassName
{
background-color: #9FCBBE;
}
.BgClassName
{
background-color: #9FCBBE;
}
</style>
border-color css
<style>
span { border-color: #9FCBBE; }
span { border-color: rgb(159,203,190); }
td.TdClassName
{
border-color: #9FCBBE;
}
.TagClassName
{
border-color: #9FCBBE;
}
</style>