#9EBFC3

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

Shades of Jungle Mist #9EBFC3

Tints of Jungle Mist #9EBFC3

Color information

#9EBFC3 (or 0x9EBFC3) is unknown color: approx Jungle Mist. HEX triplet: 9E, BF and C3. RGB value is (158,191,195). Sum of RGB (Red+Green+Blue) = 158+191+195=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 195 - color contains mainly: blue. Hex color #9EBFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBFC3 is #61403C. Grayscale: #B5B5B5. Windows color (decimal): -6373437 or 12828574. OLE color: 12828574.

HSL color Cylindrical-coordinate representation of color #9EBFC3: hue angle of 186.49º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EBFC3 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB158191195-
CMYK0.190.0200.24
HSL186.49º23.57%69.22%-
HSV(B)186.49º18.97%76.47%-
XYZ42.5848.4758.74-
YUV181.59135.57111.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.04%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 195 (76.56% from 255) = 35.85%
R=29.04%
G=35.11%
B=35.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581911950.190.0200.24186.4923.5769.22
Hex9EBFC3132018ba1845
Octal23627730323203027230105
Binary100111101011111111000011100111001100010111010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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