Shades of Opal #9DCDC1
Tints of Opal #9DCDC1
RGB
CMYK
RGB Variations
Color information
#9DCDC1 (or 0x9DCDC1) is known color: Opal. HEX triplet: 9D, CD and C1. RGB value is (157,205,193). Sum of RGB (Red+Green+Blue) = 157+205+193=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDC1 is #62323E. Grayscale: #BDBDBD. Windows color (decimal): -6435391 or 12701085. OLE color: 12701085.
HSL color Cylindrical-coordinate representation of color #9DCDC1: hue angle of 165º degrees, saturation: 0.32, 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 #9DCDC1 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 193 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.20 |
| HSL | 165º | 0.32% | 0.71% | - |
| HSV(B) | 165º | 0.23% | 0.8% | - |
| XYZ | 45.36 | 54.68 | 58.62 | - |
| YUV | 189.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 193 | 0.23 | 0 | 0.06 | 0.20 | 165 | 0.32 | 0.71 |
| Hex | 9D | CD | C1 | 17 | 0 | 6 | 14 | A5 | 20 | 47 |
| Octal | 235 | 315 | 301 | 27 | 0 | 6 | 24 | 245 | 40 | 107 |
| Binary | 10011101 | 11001101 | 11000001 | 10111 | 0 | 110 | 10100 | 10100101 | 100000 | 1000111 |
Color Harmonies of #9DCDC1
Complementary color
Monochromatic Colors of #9DCDC1
Black with #9DCDC1
Text Example
Text Example
White with #9DCDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDC1; }
p { color: rgb(157,205,193); }
H1.HeaderClassName
{
color: #9DCDC1;
}
.AnyTagClassName
{
color: #9DCDC1;
}
</style>
background-color css
<style>
a { background-color: #9DCDC1; }
a { background-color: rgb(157,205,193); }
div.DivClassName
{
background-color: #9DCDC1;
}
.BgClassName
{
background-color: #9DCDC1;
}
</style>
border-color css
<style>
span { border-color: #9DCDC1; }
span { border-color: rgb(157,205,193); }
td.TdClassName
{
border-color: #9DCDC1;
}
.TagClassName
{
border-color: #9DCDC1;
}
</style>