#8EA6BA

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

Shades of Nepal #8EA6BA

Tints of Nepal #8EA6BA

Color information

#8EA6BA (or 0x8EA6BA) is unknown color: approx Nepal. HEX triplet: 8E, A6 and BA. RGB value is (142,166,186). Sum of RGB (Red+Green+Blue) = 142+166+186=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EA6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA6BA is #715945. Grayscale: #A1A1A1. Windows color (decimal): -7428422 or 12232334. OLE color: 12232334.

HSL color Cylindrical-coordinate representation of color #8EA6BA: hue angle of 207.27º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EA6BA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142166186-
CMYK0.240.1100.27
HSL207.27º24.18%64.31%-
HSV(B)207.27º23.66%72.94%-
XYZ33.6536.5751.74-
YUV161.1142.05114.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=28.74%
G=33.60%
B=37.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421661860.240.1100.27207.2724.1864.31
Hex8EA6BA18B01Bcf1840
Octal216246272301303331730100
Binary10001110101001101011101011000101101101111001111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA6BA; }

 p { color: rgb(142,166,186); }

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

<style>
 a { background-color: #8EA6BA; }

 a { background-color: rgb(142,166,186); }

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

<style>
 span { border-color: #8EA6BA; }

 span { border-color: rgb(142,166,186); }

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