#9EBBBB

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

Shades of Jungle Mist #9EBBBB

Tints of Jungle Mist #9EBBBB

Color information

#9EBBBB (or 0x9EBBBB) is unknown color: approx 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

RGB158187187-
CMYK0.16000.27
HSL180º17.58%67.65%-
HSV(B)180º15.51%73.33%-
XYZ40.8446.453.82-
YUV178.33132.89113.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.70%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=29.70%
G=35.15%
B=35.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871870.16000.2718017.5867.65
Hex9EBBBB10001Bb41244
Octal23627327320003326422104
Binary10011110101110111011101110000001101110110100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>