#9EAEBF

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

Shades of Nepal #9EAEBF

Tints of Nepal #9EAEBF

Color information

#9EAEBF (or 0x9EAEBF) is unknown color: approx Nepal. HEX triplet: 9E, AE and BF. RGB value is (158,174,191). Sum of RGB (Red+Green+Blue) = 158+174+191=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEBF is #615140. Grayscale: #ABABAB. Windows color (decimal): -6377793 or 12562078. OLE color: 12562078.

HSL color Cylindrical-coordinate representation of color #9EAEBF: hue angle of 210.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EAEBF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158174191-
CMYK0.170.0900.25
HSL210.91º20.5%68.43%-
HSV(B)210.91º17.28%74.9%-
XYZ38.6441.355.23-
YUV171.15139.2118.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 191 (75% from 255) = 36.52%
R=30.21%
G=33.27%
B=36.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581741910.170.0900.25210.9120.568.43
Hex9EAEBF119019d31444
Octal236256277211103132324104
Binary10011110101011101011111110001100101100111010011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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