Shades of Opal #9ECFC1
Tints of Opal #9ECFC1
RGB
CMYK
RGB Variations
Color information
#9ECFC1 (or 0x9ECFC1) is known color: Opal. HEX triplet: 9E, CF and C1. RGB value is (158,207,193). Sum of RGB (Red+Green+Blue) = 158+207+193=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFC1 is #61303E. Grayscale: #BEBEBE. Windows color (decimal): -6369343 or 12701598. OLE color: 12701598.
HSL color Cylindrical-coordinate representation of color #9ECFC1: hue angle of 162.86º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ECFC1 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 193 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.19 |
| HSL | 162.86º | 0.34% | 0.72% | - |
| HSV(B) | 162.86º | 0.24% | 0.81% | - |
| XYZ | 46.04 | 55.75 | 58.79 | - |
| YUV | 190.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 193 | 0.24 | 0 | 0.07 | 0.19 | 162.86 | 0.34 | 0.72 |
| Hex | 9E | CF | C1 | 18 | 0 | 7 | 13 | A3 | 22 | 48 |
| Octal | 236 | 317 | 301 | 30 | 0 | 7 | 23 | 243 | 42 | 110 |
| Binary | 10011110 | 11001111 | 11000001 | 11000 | 0 | 111 | 10011 | 10100011 | 100010 | 1001000 |
Color Harmonies of #9ECFC1
Complementary color
Monochromatic Colors of #9ECFC1
Black with #9ECFC1
Text Example
Text Example
White with #9ECFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFC1; }
p { color: rgb(158,207,193); }
H1.HeaderClassName
{
color: #9ECFC1;
}
.AnyTagClassName
{
color: #9ECFC1;
}
</style>
background-color css
<style>
a { background-color: #9ECFC1; }
a { background-color: rgb(158,207,193); }
div.DivClassName
{
background-color: #9ECFC1;
}
.BgClassName
{
background-color: #9ECFC1;
}
</style>
border-color css
<style>
span { border-color: #9ECFC1; }
span { border-color: rgb(158,207,193); }
td.TdClassName
{
border-color: #9ECFC1;
}
.TagClassName
{
border-color: #9ECFC1;
}
</style>