#9EAEBB

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

Shades of Nepal #9EAEBB

Tints of Nepal #9EAEBB

Color information

#9EAEBB (or 0x9EAEBB) is unknown color: approx Nepal. HEX triplet: 9E, AE and BB. RGB value is (158,174,187). Sum of RGB (Red+Green+Blue) = 158+174+187=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEBB is #615144. Grayscale: #AAAAAA. Windows color (decimal): -6377797 or 12299934. OLE color: 12299934.

HSL color Cylindrical-coordinate representation of color #9EAEBB: hue angle of 206.9º 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 #9EAEBB is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158174187-
CMYK0.160.0700.27
HSL206.9º17.58%67.65%-
HSV(B)206.9º15.51%73.33%-
XYZ38.2141.1352.94-
YUV170.7137.2118.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=30.44%
G=33.53%
B=36.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581741870.160.0700.27206.917.5867.65
Hex9EAEBB10701Bcf1244
Octal23625627320703331722104
Binary1001111010101110101110111000011101101111001111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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