#9EAEBC

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

Shades of Nepal #9EAEBC

Tints of Nepal #9EAEBC

Color information

#9EAEBC (or 0x9EAEBC) is unknown color: approx Nepal. HEX triplet: 9E, AE and BC. RGB value is (158,174,188). Sum of RGB (Red+Green+Blue) = 158+174+188=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEBC is #615143. Grayscale: #AAAAAA. Windows color (decimal): -6377796 or 12365470. OLE color: 12365470.

HSL color Cylindrical-coordinate representation of color #9EAEBC: hue angle of 208º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EAEBC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB158174188-
CMYK0.160.0700.26
HSL208º18.29%67.84%-
HSV(B)208º15.96%73.73%-
XYZ38.3141.1753.5-
YUV170.81137.7118.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.38%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=30.38%
G=33.46%
B=36.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581741880.160.0700.2620818.2967.84
Hex9EAEBC10701Ad01244
Octal23625627420703232022104
Binary1001111010101110101111001000011101101011010000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,174,188); }

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

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

 a { background-color: rgb(158,174,188); }

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

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

 span { border-color: rgb(158,174,188); }

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