Shades of Opal #9FCEBD
Tints of Opal #9FCEBD
RGB
CMYK
RGB Variations
Color information
#9FCEBD (or 0x9FCEBD) is known color: Opal. HEX triplet: 9F, CE and BD. RGB value is (159,206,189). Sum of RGB (Red+Green+Blue) = 159+206+189=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEBD is #603142. Grayscale: #BEBEBE. Windows color (decimal): -6304067 or 12439199. OLE color: 12439199.
HSL color Cylindrical-coordinate representation of color #9FCEBD: hue angle of 158.3º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCEBD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 189 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.19 |
| HSL | 158.3º | 0.32% | 0.72% | - |
| HSV(B) | 158.3º | 0.23% | 0.81% | - |
| XYZ | 45.55 | 55.19 | 56.4 | - |
| YUV | 190.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 189 | 0.23 | 0 | 0.08 | 0.19 | 158.3 | 0.32 | 0.72 |
| Hex | 9F | CE | BD | 17 | 0 | 8 | 13 | 9E | 20 | 48 |
| Octal | 237 | 316 | 275 | 27 | 0 | 10 | 23 | 236 | 40 | 110 |
| Binary | 10011111 | 11001110 | 10111101 | 10111 | 0 | 1000 | 10011 | 10011110 | 100000 | 1001000 |
Color Harmonies of #9FCEBD
Complementary color
Monochromatic Colors of #9FCEBD
Black with #9FCEBD
Text Example
Text Example
White with #9FCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEBD; }
p { color: rgb(159,206,189); }
H1.HeaderClassName
{
color: #9FCEBD;
}
.AnyTagClassName
{
color: #9FCEBD;
}
</style>
background-color css
<style>
a { background-color: #9FCEBD; }
a { background-color: rgb(159,206,189); }
div.DivClassName
{
background-color: #9FCEBD;
}
.BgClassName
{
background-color: #9FCEBD;
}
</style>
border-color css
<style>
span { border-color: #9FCEBD; }
span { border-color: rgb(159,206,189); }
td.TdClassName
{
border-color: #9FCEBD;
}
.TagClassName
{
border-color: #9FCEBD;
}
</style>