#9EBEBF

Color #9EBEBF Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #9EBEBF

Tints of Jungle Mist #9EBEBF

Color information

#9EBEBF (or 0x9EBEBF) is unknown color: approx Jungle Mist. HEX triplet: 9E, BE and BF. RGB value is (158,190,191). Sum of RGB (Red+Green+Blue) = 158+190+191=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBEBF is #614140. Grayscale: #B4B4B4. Windows color (decimal): -6373697 or 12566174. OLE color: 12566174.

HSL color Cylindrical-coordinate representation of color #9EBEBF: hue angle of 181.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBEBF is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158190191-
CMYK0.170.0100.25
HSL181.82º20.5%68.43%-
HSV(B)181.82º17.28%74.9%-
XYZ41.9247.8656.32-
YUV180.55133.9111.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 29.31%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 191 (75% from 255) = 35.44%
R=29.31%
G=35.25%
B=35.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901910.170.0100.25181.8220.568.43
Hex9EBEBF111019b61444
Octal23627627721103126624104
Binary10011110101111101011111110001101100110110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EBEBF; }

 p { color: rgb(158,190,191); }

 H1.HeaderClassName
 {
   color: #9EBEBF;
 }
 .AnyTagClassName
 {
   color: #9EBEBF;
 }
</style>
background-color css

<style>
 a { background-color: #9EBEBF; }

 a { background-color: rgb(158,190,191); }

 div.DivClassName
 {
   background-color: #9EBEBF;
 }
 .BgClassName
 {
   background-color: #9EBEBF;
 }
</style>
border-color css

<style>
 span { border-color: #9EBEBF; }

 span { border-color: rgb(158,190,191); }

 td.TdClassName
 {
   border-color: #9EBEBF;
 }
 .TagClassName
 {
   border-color: #9EBEBF;
 }
</style>