Shades of Opal #9BCFC1
Tints of Opal #9BCFC1
RGB
CMYK
RGB Variations
Color information
#9BCFC1 (or 0x9BCFC1) is known color: Opal. HEX triplet: 9B, CF and C1. RGB value is (155,207,193). Sum of RGB (Red+Green+Blue) = 155+207+193=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFC1 is #64303E. Grayscale: #BDBDBD. Windows color (decimal): -6565951 or 12701595. OLE color: 12701595.
HSL color Cylindrical-coordinate representation of color #9BCFC1: hue angle of 163.85º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCFC1 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 193 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.19 |
| HSL | 163.85º | 0.35% | 0.71% | - |
| HSV(B) | 163.85º | 0.25% | 0.81% | - |
| XYZ | 45.46 | 55.44 | 58.76 | - |
| YUV | 189.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 193 | 0.25 | 0 | 0.07 | 0.19 | 163.85 | 0.35 | 0.71 |
| Hex | 9B | CF | C1 | 19 | 0 | 7 | 13 | A4 | 23 | 47 |
| Octal | 233 | 317 | 301 | 31 | 0 | 7 | 23 | 244 | 43 | 107 |
| Binary | 10011011 | 11001111 | 11000001 | 11001 | 0 | 111 | 10011 | 10100100 | 100011 | 1000111 |
Color Harmonies of #9BCFC1
Complementary color
Monochromatic Colors of #9BCFC1
Black with #9BCFC1
Text Example
Text Example
White with #9BCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFC1; }
p { color: rgb(155,207,193); }
H1.HeaderClassName
{
color: #9BCFC1;
}
.AnyTagClassName
{
color: #9BCFC1;
}
</style>
background-color css
<style>
a { background-color: #9BCFC1; }
a { background-color: rgb(155,207,193); }
div.DivClassName
{
background-color: #9BCFC1;
}
.BgClassName
{
background-color: #9BCFC1;
}
</style>
border-color css
<style>
span { border-color: #9BCFC1; }
span { border-color: rgb(155,207,193); }
td.TdClassName
{
border-color: #9BCFC1;
}
.TagClassName
{
border-color: #9BCFC1;
}
</style>