Shades of Opal #9DCBBF
Tints of Opal #9DCBBF
RGB
CMYK
RGB Variations
Color information
#9DCBBF (or 0x9DCBBF) is known color: Opal. HEX triplet: 9D, CB and BF. RGB value is (157,203,191). Sum of RGB (Red+Green+Blue) = 157+203+191=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBBF is #623440. Grayscale: #BBBBBB. Windows color (decimal): -6435905 or 12569501. OLE color: 12569501.
HSL color Cylindrical-coordinate representation of color #9DCBBF: hue angle of 164.35º 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 #9DCBBF is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 191 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.20 |
| HSL | 164.35º | 0.31% | 0.71% | - |
| HSV(B) | 164.35º | 0.23% | 0.8% | - |
| XYZ | 44.66 | 53.64 | 57.29 | - |
| YUV | 187.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 191 | 0.23 | 0 | 0.06 | 0.20 | 164.35 | 0.31 | 0.71 |
| Hex | 9D | CB | BF | 17 | 0 | 6 | 14 | A4 | 1F | 47 |
| Octal | 235 | 313 | 277 | 27 | 0 | 6 | 24 | 244 | 37 | 107 |
| Binary | 10011101 | 11001011 | 10111111 | 10111 | 0 | 110 | 10100 | 10100100 | 11111 | 1000111 |
Color Harmonies of #9DCBBF
Complementary color
Monochromatic Colors of #9DCBBF
Black with #9DCBBF
Text Example
Text Example
White with #9DCBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBBF; }
p { color: rgb(157,203,191); }
H1.HeaderClassName
{
color: #9DCBBF;
}
.AnyTagClassName
{
color: #9DCBBF;
}
</style>
background-color css
<style>
a { background-color: #9DCBBF; }
a { background-color: rgb(157,203,191); }
div.DivClassName
{
background-color: #9DCBBF;
}
.BgClassName
{
background-color: #9DCBBF;
}
</style>
border-color css
<style>
span { border-color: #9DCBBF; }
span { border-color: rgb(157,203,191); }
td.TdClassName
{
border-color: #9DCBBF;
}
.TagClassName
{
border-color: #9DCBBF;
}
</style>