Shades of Jungle Mist #9ABFC1
Tints of Jungle Mist #9ABFC1
RGB
CMYK
RGB Variations
Color information
#9ABFC1 (or 0x9ABFC1) is known color: Jungle Mist. HEX triplet: 9A, BF and C1. RGB value is (154,191,193). Sum of RGB (Red+Green+Blue) = 154+191+193=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #9ABFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFC1 is #65403E. Grayscale: #B4B4B4. Windows color (decimal): -6635583 or 12697498. OLE color: 12697498.
HSL color Cylindrical-coordinate representation of color #9ABFC1: hue angle of 183.08º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9ABFC1 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 191 | 193 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.24 |
| HSL | 183.08º | 0.24% | 0.68% | - |
| HSV(B) | 183.08º | 0.2% | 0.76% | - |
| XYZ | 41.58 | 47.98 | 57.52 | - |
| YUV | 180.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 193 | 0.20 | 0.01 | 0 | 0.24 | 183.08 | 0.24 | 0.68 |
| Hex | 9A | BF | C1 | 14 | 1 | 0 | 18 | B7 | 18 | 44 |
| Octal | 232 | 277 | 301 | 24 | 1 | 0 | 30 | 267 | 30 | 104 |
| Binary | 10011010 | 10111111 | 11000001 | 10100 | 1 | 0 | 11000 | 10110111 | 11000 | 1000100 |
Color Harmonies of #9ABFC1
Complementary color
Monochromatic Colors of #9ABFC1
Black with #9ABFC1
Text Example
Text Example
White with #9ABFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABFC1; }
p { color: rgb(154,191,193); }
H1.HeaderClassName
{
color: #9ABFC1;
}
.AnyTagClassName
{
color: #9ABFC1;
}
</style>
background-color css
<style>
a { background-color: #9ABFC1; }
a { background-color: rgb(154,191,193); }
div.DivClassName
{
background-color: #9ABFC1;
}
.BgClassName
{
background-color: #9ABFC1;
}
</style>
border-color css
<style>
span { border-color: #9ABFC1; }
span { border-color: rgb(154,191,193); }
td.TdClassName
{
border-color: #9ABFC1;
}
.TagClassName
{
border-color: #9ABFC1;
}
</style>