Shades of Jungle Mist #9BC1C3
Tints of Jungle Mist #9BC1C3
RGB
CMYK
RGB Variations
Color information
#9BC1C3 (or 0x9BC1C3) is known color: Jungle Mist. HEX triplet: 9B, C1 and C3. RGB value is (155,193,195). Sum of RGB (Red+Green+Blue) = 155+193+195=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 195 - color contains mainly: blue. Hex color #9BC1C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC1C3 is #643E3C. Grayscale: #B5B5B5. Windows color (decimal): -6569533 or 12829083. OLE color: 12829083.
HSL color Cylindrical-coordinate representation of color #9BC1C3: hue angle of 183º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC1C3 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 195 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.24 |
| HSL | 183º | 0.25% | 0.69% | - |
| HSV(B) | 183º | 0.21% | 0.76% | - |
| XYZ | 42.44 | 49.05 | 58.86 | - |
| YUV | 181.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 195 | 0.21 | 0.01 | 0 | 0.24 | 183 | 0.25 | 0.69 |
| Hex | 9B | C1 | C3 | 15 | 1 | 0 | 18 | B7 | 19 | 45 |
| Octal | 233 | 301 | 303 | 25 | 1 | 0 | 30 | 267 | 31 | 105 |
| Binary | 10011011 | 11000001 | 11000011 | 10101 | 1 | 0 | 11000 | 10110111 | 11001 | 1000101 |
Color Harmonies of #9BC1C3
Complementary color
Monochromatic Colors of #9BC1C3
Black with #9BC1C3
Text Example
Text Example
White with #9BC1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC1C3; }
p { color: rgb(155,193,195); }
H1.HeaderClassName
{
color: #9BC1C3;
}
.AnyTagClassName
{
color: #9BC1C3;
}
</style>
background-color css
<style>
a { background-color: #9BC1C3; }
a { background-color: rgb(155,193,195); }
div.DivClassName
{
background-color: #9BC1C3;
}
.BgClassName
{
background-color: #9BC1C3;
}
</style>
border-color css
<style>
span { border-color: #9BC1C3; }
span { border-color: rgb(155,193,195); }
td.TdClassName
{
border-color: #9BC1C3;
}
.TagClassName
{
border-color: #9BC1C3;
}
</style>