Shades of Opal #9FCCBF
Tints of Opal #9FCCBF
RGB
CMYK
RGB Variations
Color information
#9FCCBF (or 0x9FCCBF) is known color: Opal. HEX triplet: 9F, CC and BF. RGB value is (159,204,191). Sum of RGB (Red+Green+Blue) = 159+204+191=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCBF is #603340. Grayscale: #BDBDBD. Windows color (decimal): -6304577 or 12569759. OLE color: 12569759.
HSL color Cylindrical-coordinate representation of color #9FCCBF: hue angle of 162.67º degrees, saturation: 0.31, 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 #9FCCBF is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 191 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.2 |
| HSL | 162.67º | 0.31% | 0.71% | - |
| HSV(B) | 162.67º | 0.22% | 0.8% | - |
| XYZ | 45.29 | 54.32 | 57.39 | - |
| YUV | 189.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 191 | 0.22 | 0 | 0.06 | 0.2 | 162.67 | 0.31 | 0.71 |
| Hex | 9F | CC | BF | 16 | 0 | 6 | 14 | A3 | 1F | 47 |
| Octal | 237 | 314 | 277 | 26 | 0 | 6 | 24 | 243 | 37 | 107 |
| Binary | 10011111 | 11001100 | 10111111 | 10110 | 0 | 110 | 10100 | 10100011 | 11111 | 1000111 |
Color Harmonies of #9FCCBF
Complementary color
Monochromatic Colors of #9FCCBF
Black with #9FCCBF
Text Example
Text Example
White with #9FCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCBF; }
p { color: rgb(159,204,191); }
H1.HeaderClassName
{
color: #9FCCBF;
}
.AnyTagClassName
{
color: #9FCCBF;
}
</style>
background-color css
<style>
a { background-color: #9FCCBF; }
a { background-color: rgb(159,204,191); }
div.DivClassName
{
background-color: #9FCCBF;
}
.BgClassName
{
background-color: #9FCCBF;
}
</style>
border-color css
<style>
span { border-color: #9FCCBF; }
span { border-color: rgb(159,204,191); }
td.TdClassName
{
border-color: #9FCCBF;
}
.TagClassName
{
border-color: #9FCCBF;
}
</style>