Shades of Opal #9BCDC3
Tints of Opal #9BCDC3
RGB
CMYK
RGB Variations
Color information
#9BCDC3 (or 0x9BCDC3) is known color: Opal. HEX triplet: 9B, CD and C3. RGB value is (155,205,195). Sum of RGB (Red+Green+Blue) = 155+205+195=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDC3 is #64323C. Grayscale: #BCBCBC. Windows color (decimal): -6566461 or 12832155. OLE color: 12832155.
HSL color Cylindrical-coordinate representation of color #9BCDC3: hue angle of 168º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDC3 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 195 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.20 |
| HSL | 168º | 0.33% | 0.71% | - |
| HSV(B) | 168º | 0.24% | 0.8% | - |
| XYZ | 45.2 | 54.57 | 59.78 | - |
| YUV | 188.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 195 | 0.24 | 0 | 0.05 | 0.20 | 168 | 0.33 | 0.71 |
| Hex | 9B | CD | C3 | 18 | 0 | 5 | 14 | A8 | 21 | 47 |
| Octal | 233 | 315 | 303 | 30 | 0 | 5 | 24 | 250 | 41 | 107 |
| Binary | 10011011 | 11001101 | 11000011 | 11000 | 0 | 101 | 10100 | 10101000 | 100001 | 1000111 |
Color Harmonies of #9BCDC3
Complementary color
Monochromatic Colors of #9BCDC3
Black with #9BCDC3
Text Example
Text Example
White with #9BCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDC3; }
p { color: rgb(155,205,195); }
H1.HeaderClassName
{
color: #9BCDC3;
}
.AnyTagClassName
{
color: #9BCDC3;
}
</style>
background-color css
<style>
a { background-color: #9BCDC3; }
a { background-color: rgb(155,205,195); }
div.DivClassName
{
background-color: #9BCDC3;
}
.BgClassName
{
background-color: #9BCDC3;
}
</style>
border-color css
<style>
span { border-color: #9BCDC3; }
span { border-color: rgb(155,205,195); }
td.TdClassName
{
border-color: #9BCDC3;
}
.TagClassName
{
border-color: #9BCDC3;
}
</style>