#9EBFC1

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

Shades of Jungle Mist #9EBFC1

Tints of Jungle Mist #9EBFC1

Color information

#9EBFC1 (or 0x9EBFC1) is unknown color: approx Jungle Mist. HEX triplet: 9E, BF and C1. RGB value is (158,191,193). Sum of RGB (Red+Green+Blue) = 158+191+193=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #9EBFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBFC1 is #61403E. Grayscale: #B5B5B5. Windows color (decimal): -6373439 or 12697502. OLE color: 12697502.

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

Color convert

RGB158191193-
CMYK0.180.0100.24
HSL183.43º22.01%68.82%-
HSV(B)183.43º18.13%75.69%-
XYZ42.3648.3857.56-
YUV181.36134.57111.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.15%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=29.15%
G=35.24%
B=35.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581911930.180.0100.24183.4322.0168.82
Hex9EBFC1121018b71645
Octal23627730122103026726105
Binary10011110101111111100000110010101100010110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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