Shades of Opal #9DCBC1
Tints of Opal #9DCBC1
RGB
CMYK
RGB Variations
Color information
#9DCBC1 (or 0x9DCBC1) is known color: Opal. HEX triplet: 9D, CB and C1. RGB value is (157,203,193). Sum of RGB (Red+Green+Blue) = 157+203+193=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBC1 is #62343E. Grayscale: #BCBCBC. Windows color (decimal): -6435903 or 12700573. OLE color: 12700573.
HSL color Cylindrical-coordinate representation of color #9DCBC1: hue angle of 166.96º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCBC1 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 193 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.20 |
| HSL | 166.96º | 0.31% | 0.71% | - |
| HSV(B) | 166.96º | 0.23% | 0.8% | - |
| XYZ | 44.89 | 53.73 | 58.46 | - |
| YUV | 188.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 193 | 0.23 | 0 | 0.05 | 0.20 | 166.96 | 0.31 | 0.71 |
| Hex | 9D | CB | C1 | 17 | 0 | 5 | 14 | A7 | 1F | 47 |
| Octal | 235 | 313 | 301 | 27 | 0 | 5 | 24 | 247 | 37 | 107 |
| Binary | 10011101 | 11001011 | 11000001 | 10111 | 0 | 101 | 10100 | 10100111 | 11111 | 1000111 |
Color Harmonies of #9DCBC1
Complementary color
Monochromatic Colors of #9DCBC1
Black with #9DCBC1
Text Example
Text Example
White with #9DCBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBC1; }
p { color: rgb(157,203,193); }
H1.HeaderClassName
{
color: #9DCBC1;
}
.AnyTagClassName
{
color: #9DCBC1;
}
</style>
background-color css
<style>
a { background-color: #9DCBC1; }
a { background-color: rgb(157,203,193); }
div.DivClassName
{
background-color: #9DCBC1;
}
.BgClassName
{
background-color: #9DCBC1;
}
</style>
border-color css
<style>
span { border-color: #9DCBC1; }
span { border-color: rgb(157,203,193); }
td.TdClassName
{
border-color: #9DCBC1;
}
.TagClassName
{
border-color: #9DCBC1;
}
</style>