Shades of Opal #9ECEBF
Tints of Opal #9ECEBF
RGB
CMYK
RGB Variations
Color information
#9ECEBF (or 0x9ECEBF) is known color: Opal. HEX triplet: 9E, CE and BF. RGB value is (158,206,191). Sum of RGB (Red+Green+Blue) = 158+206+191=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEBF is #613140. Grayscale: #BDBDBD. Windows color (decimal): -6369601 or 12570270. OLE color: 12570270.
HSL color Cylindrical-coordinate representation of color #9ECEBF: hue angle of 161.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEBF is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 191 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.19 |
| HSL | 161.25º | 0.33% | 0.71% | - |
| HSV(B) | 161.25º | 0.23% | 0.81% | - |
| XYZ | 45.58 | 55.17 | 57.54 | - |
| YUV | 189.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 191 | 0.23 | 0 | 0.07 | 0.19 | 161.25 | 0.33 | 0.71 |
| Hex | 9E | CE | BF | 17 | 0 | 7 | 13 | A1 | 21 | 47 |
| Octal | 236 | 316 | 277 | 27 | 0 | 7 | 23 | 241 | 41 | 107 |
| Binary | 10011110 | 11001110 | 10111111 | 10111 | 0 | 111 | 10011 | 10100001 | 100001 | 1000111 |
Color Harmonies of #9ECEBF
Complementary color
Monochromatic Colors of #9ECEBF
Black with #9ECEBF
Text Example
Text Example
White with #9ECEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEBF; }
p { color: rgb(158,206,191); }
H1.HeaderClassName
{
color: #9ECEBF;
}
.AnyTagClassName
{
color: #9ECEBF;
}
</style>
background-color css
<style>
a { background-color: #9ECEBF; }
a { background-color: rgb(158,206,191); }
div.DivClassName
{
background-color: #9ECEBF;
}
.BgClassName
{
background-color: #9ECEBF;
}
</style>
border-color css
<style>
span { border-color: #9ECEBF; }
span { border-color: rgb(158,206,191); }
td.TdClassName
{
border-color: #9ECEBF;
}
.TagClassName
{
border-color: #9ECEBF;
}
</style>