Shades of Opal #9DCEBD
Tints of Opal #9DCEBD
RGB
CMYK
RGB Variations
Color information
#9DCEBD (or 0x9DCEBD) is known color: Opal. HEX triplet: 9D, CE and BD. RGB value is (157,206,189). Sum of RGB (Red+Green+Blue) = 157+206+189=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEBD is #623142. Grayscale: #BDBDBD. Windows color (decimal): -6435139 or 12439197. OLE color: 12439197.
HSL color Cylindrical-coordinate representation of color #9DCEBD: hue angle of 159.18º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCEBD is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 189 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.19 |
| HSL | 159.18º | 0.33% | 0.71% | - |
| HSV(B) | 159.18º | 0.24% | 0.81% | - |
| XYZ | 45.16 | 54.98 | 56.38 | - |
| YUV | 189.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 189 | 0.24 | 0 | 0.08 | 0.19 | 159.18 | 0.33 | 0.71 |
| Hex | 9D | CE | BD | 18 | 0 | 8 | 13 | 9F | 21 | 47 |
| Octal | 235 | 316 | 275 | 30 | 0 | 10 | 23 | 237 | 41 | 107 |
| Binary | 10011101 | 11001110 | 10111101 | 11000 | 0 | 1000 | 10011 | 10011111 | 100001 | 1000111 |
Color Harmonies of #9DCEBD
Complementary color
Monochromatic Colors of #9DCEBD
Black with #9DCEBD
Text Example
Text Example
White with #9DCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEBD; }
p { color: rgb(157,206,189); }
H1.HeaderClassName
{
color: #9DCEBD;
}
.AnyTagClassName
{
color: #9DCEBD;
}
</style>
background-color css
<style>
a { background-color: #9DCEBD; }
a { background-color: rgb(157,206,189); }
div.DivClassName
{
background-color: #9DCEBD;
}
.BgClassName
{
background-color: #9DCEBD;
}
</style>
border-color css
<style>
span { border-color: #9DCEBD; }
span { border-color: rgb(157,206,189); }
td.TdClassName
{
border-color: #9DCEBD;
}
.TagClassName
{
border-color: #9DCEBD;
}
</style>