#9EAFBA

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

Shades of Nepal #9EAFBA

Tints of Nepal #9EAFBA

Color information

#9EAFBA (or 0x9EAFBA) is unknown color: approx Nepal. HEX triplet: 9E, AF and BA. RGB value is (158,175,186). Sum of RGB (Red+Green+Blue) = 158+175+186=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #9EAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAFBA is #615045. Grayscale: #ABABAB. Windows color (decimal): -6377542 or 12234654. OLE color: 12234654.

HSL color Cylindrical-coordinate representation of color #9EAFBA: hue angle of 203.57º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EAFBA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158175186-
CMYK0.150.0600.27
HSL203.57º16.87%67.45%-
HSV(B)203.57º15.05%72.94%-
XYZ38.2941.4752.44-
YUV171.17136.37118.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=30.44%
G=33.72%
B=35.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581751860.150.0600.27203.5716.8767.45
Hex9EAFBAF601Bcc1143
Octal23625727217603331421103
Binary100111101010111110111010111111001101111001100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,175,186); }

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

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

 a { background-color: rgb(158,175,186); }

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

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

 span { border-color: rgb(158,175,186); }

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