Shades of Opal #9FCDBB
Tints of Opal #9FCDBB
RGB
CMYK
RGB Variations
Color information
#9FCDBB (or 0x9FCDBB) is known color: Opal. HEX triplet: 9F, CD and BB. RGB value is (159,205,187). Sum of RGB (Red+Green+Blue) = 159+205+187=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDBB is #603244. Grayscale: #BDBDBD. Windows color (decimal): -6304325 or 12307871. OLE color: 12307871.
HSL color Cylindrical-coordinate representation of color #9FCDBB: hue angle of 156.52º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCDBB is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 187 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.20 |
| HSL | 156.52º | 0.32% | 0.71% | - |
| HSV(B) | 156.52º | 0.22% | 0.8% | - |
| XYZ | 45.1 | 54.62 | 55.18 | - |
| YUV | 189.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 187 | 0.22 | 0 | 0.09 | 0.20 | 156.52 | 0.32 | 0.71 |
| Hex | 9F | CD | BB | 16 | 0 | 9 | 14 | 9D | 20 | 47 |
| Octal | 237 | 315 | 273 | 26 | 0 | 11 | 24 | 235 | 40 | 107 |
| Binary | 10011111 | 11001101 | 10111011 | 10110 | 0 | 1001 | 10100 | 10011101 | 100000 | 1000111 |
Color Harmonies of #9FCDBB
Complementary color
Monochromatic Colors of #9FCDBB
Black with #9FCDBB
Text Example
Text Example
White with #9FCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCDBB; }
p { color: rgb(159,205,187); }
H1.HeaderClassName
{
color: #9FCDBB;
}
.AnyTagClassName
{
color: #9FCDBB;
}
</style>
background-color css
<style>
a { background-color: #9FCDBB; }
a { background-color: rgb(159,205,187); }
div.DivClassName
{
background-color: #9FCDBB;
}
.BgClassName
{
background-color: #9FCDBB;
}
</style>
border-color css
<style>
span { border-color: #9FCDBB; }
span { border-color: rgb(159,205,187); }
td.TdClassName
{
border-color: #9FCDBB;
}
.TagClassName
{
border-color: #9FCDBB;
}
</style>