Shades of Opal #9FC8BC
Tints of Opal #9FC8BC
RGB
CMYK
RGB Variations
Color information
#9FC8BC (or 0x9FC8BC) is known color: Opal. HEX triplet: 9F, C8 and BC. RGB value is (159,200,188). Sum of RGB (Red+Green+Blue) = 159+200+188=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC8BC is #603743. Grayscale: #BABABA. Windows color (decimal): -6305604 or 12372127. OLE color: 12372127.
HSL color Cylindrical-coordinate representation of color #9FC8BC: hue angle of 162.44º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FC8BC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 188 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.22 |
| HSL | 162.44º | 0.27% | 0.7% | - |
| HSV(B) | 162.44º | 0.21% | 0.78% | - |
| XYZ | 44.03 | 52.31 | 55.35 | - |
| YUV | 186.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 188 | 0.20 | 0 | 0.06 | 0.22 | 162.44 | 0.27 | 0.7 |
| Hex | 9F | C8 | BC | 14 | 0 | 6 | 16 | A2 | 1B | 46 |
| Octal | 237 | 310 | 274 | 24 | 0 | 6 | 26 | 242 | 33 | 106 |
| Binary | 10011111 | 11001000 | 10111100 | 10100 | 0 | 110 | 10110 | 10100010 | 11011 | 1000110 |
Color Harmonies of #9FC8BC
Complementary color
Monochromatic Colors of #9FC8BC
Black with #9FC8BC
Text Example
Text Example
White with #9FC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC8BC; }
p { color: rgb(159,200,188); }
H1.HeaderClassName
{
color: #9FC8BC;
}
.AnyTagClassName
{
color: #9FC8BC;
}
</style>
background-color css
<style>
a { background-color: #9FC8BC; }
a { background-color: rgb(159,200,188); }
div.DivClassName
{
background-color: #9FC8BC;
}
.BgClassName
{
background-color: #9FC8BC;
}
</style>
border-color css
<style>
span { border-color: #9FC8BC; }
span { border-color: rgb(159,200,188); }
td.TdClassName
{
border-color: #9FC8BC;
}
.TagClassName
{
border-color: #9FC8BC;
}
</style>