Shades of Jungle Mist #9EBBBB
Tints of Jungle Mist #9EBBBB
RGB
CMYK
RGB Variations
Color information
#9EBBBB (or 0x9EBBBB) is known color: Jungle Mist. HEX triplet: 9E, BB and BB. RGB value is (158,187,187). Sum of RGB (Red+Green+Blue) = 158+187+187=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #9EBBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBBB is #614444. Grayscale: #B2B2B2. Windows color (decimal): -6374469 or 12303262. OLE color: 12303262.
HSL color Cylindrical-coordinate representation of color #9EBBBB: hue angle of 180º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBBBB is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 187 | 187 | - |
| CMYK | 0.16 | 0 | 0 | 0.27 |
| HSL | 180º | 0.18% | 0.68% | - |
| HSV(B) | 180º | 0.16% | 0.73% | - |
| XYZ | 40.84 | 46.4 | 53.82 | - |
| YUV | 178.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 187 | 0.16 | 0 | 0 | 0.27 | 180 | 0.18 | 0.68 |
| Hex | 9E | BB | BB | 10 | 0 | 0 | 1B | B4 | 12 | 44 |
| Octal | 236 | 273 | 273 | 20 | 0 | 0 | 33 | 264 | 22 | 104 |
| Binary | 10011110 | 10111011 | 10111011 | 10000 | 0 | 0 | 11011 | 10110100 | 10010 | 1000100 |
Color Harmonies of #9EBBBB
Complementary color
Monochromatic Colors of #9EBBBB
Black with #9EBBBB
Text Example
Text Example
White with #9EBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBBB; }
p { color: rgb(158,187,187); }
H1.HeaderClassName
{
color: #9EBBBB;
}
.AnyTagClassName
{
color: #9EBBBB;
}
</style>
background-color css
<style>
a { background-color: #9EBBBB; }
a { background-color: rgb(158,187,187); }
div.DivClassName
{
background-color: #9EBBBB;
}
.BgClassName
{
background-color: #9EBBBB;
}
</style>
border-color css
<style>
span { border-color: #9EBBBB; }
span { border-color: rgb(158,187,187); }
td.TdClassName
{
border-color: #9EBBBB;
}
.TagClassName
{
border-color: #9EBBBB;
}
</style>