Shades of Opal #9DCBC2
Tints of Opal #9DCBC2
RGB
CMYK
RGB Variations
Color information
#9DCBC2 (or 0x9DCBC2) is known color: Opal. HEX triplet: 9D, CB and C2. RGB value is (157,203,194). Sum of RGB (Red+Green+Blue) = 157+203+194=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBC2 is #62343D. Grayscale: #BCBCBC. Windows color (decimal): -6435902 or 12766109. OLE color: 12766109.
HSL color Cylindrical-coordinate representation of color #9DCBC2: hue angle of 168.26º 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 #9DCBC2 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 194 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.20 |
| HSL | 168.26º | 0.31% | 0.71% | - |
| HSV(B) | 168.26º | 0.23% | 0.8% | - |
| XYZ | 45 | 53.78 | 59.05 | - |
| YUV | 188.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 194 | 0.23 | 0 | 0.04 | 0.20 | 168.26 | 0.31 | 0.71 |
| Hex | 9D | CB | C2 | 17 | 0 | 4 | 14 | A8 | 1F | 47 |
| Octal | 235 | 313 | 302 | 27 | 0 | 4 | 24 | 250 | 37 | 107 |
| Binary | 10011101 | 11001011 | 11000010 | 10111 | 0 | 100 | 10100 | 10101000 | 11111 | 1000111 |
Color Harmonies of #9DCBC2
Complementary color
Monochromatic Colors of #9DCBC2
Black with #9DCBC2
Text Example
Text Example
White with #9DCBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBC2; }
p { color: rgb(157,203,194); }
H1.HeaderClassName
{
color: #9DCBC2;
}
.AnyTagClassName
{
color: #9DCBC2;
}
</style>
background-color css
<style>
a { background-color: #9DCBC2; }
a { background-color: rgb(157,203,194); }
div.DivClassName
{
background-color: #9DCBC2;
}
.BgClassName
{
background-color: #9DCBC2;
}
</style>
border-color css
<style>
span { border-color: #9DCBC2; }
span { border-color: rgb(157,203,194); }
td.TdClassName
{
border-color: #9DCBC2;
}
.TagClassName
{
border-color: #9DCBC2;
}
</style>