Shades of Opal #9BCEC1
Tints of Opal #9BCEC1
RGB
CMYK
RGB Variations
Color information
#9BCEC1 (or 0x9BCEC1) is known color: Opal. HEX triplet: 9B, CE and C1. RGB value is (155,206,193). Sum of RGB (Red+Green+Blue) = 155+206+193=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEC1 is #64313E. Grayscale: #BDBDBD. Windows color (decimal): -6566207 or 12701339. OLE color: 12701339.
HSL color Cylindrical-coordinate representation of color #9BCEC1: hue angle of 164.71º degrees, saturation: 0.34, 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 #9BCEC1 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 193 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.19 |
| HSL | 164.71º | 0.34% | 0.71% | - |
| HSV(B) | 164.71º | 0.25% | 0.81% | - |
| XYZ | 45.21 | 54.96 | 58.68 | - |
| YUV | 189.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 193 | 0.25 | 0 | 0.06 | 0.19 | 164.71 | 0.34 | 0.71 |
| Hex | 9B | CE | C1 | 19 | 0 | 6 | 13 | A5 | 22 | 47 |
| Octal | 233 | 316 | 301 | 31 | 0 | 6 | 23 | 245 | 42 | 107 |
| Binary | 10011011 | 11001110 | 11000001 | 11001 | 0 | 110 | 10011 | 10100101 | 100010 | 1000111 |
Color Harmonies of #9BCEC1
Complementary color
Monochromatic Colors of #9BCEC1
Black with #9BCEC1
Text Example
Text Example
White with #9BCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEC1; }
p { color: rgb(155,206,193); }
H1.HeaderClassName
{
color: #9BCEC1;
}
.AnyTagClassName
{
color: #9BCEC1;
}
</style>
background-color css
<style>
a { background-color: #9BCEC1; }
a { background-color: rgb(155,206,193); }
div.DivClassName
{
background-color: #9BCEC1;
}
.BgClassName
{
background-color: #9BCEC1;
}
</style>
border-color css
<style>
span { border-color: #9BCEC1; }
span { border-color: rgb(155,206,193); }
td.TdClassName
{
border-color: #9BCEC1;
}
.TagClassName
{
border-color: #9BCEC1;
}
</style>