#8EA7BA

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

Shades of Nepal #8EA7BA

Tints of Nepal #8EA7BA

Color information

#8EA7BA (or 0x8EA7BA) is unknown color: approx Nepal. HEX triplet: 8E, A7 and BA. RGB value is (142,167,186). Sum of RGB (Red+Green+Blue) = 142+167+186=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EA7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7BA is #715845. Grayscale: #A1A1A1. Windows color (decimal): -7428166 or 12232590. OLE color: 12232590.

HSL color Cylindrical-coordinate representation of color #8EA7BA: hue angle of 205.91º 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 #8EA7BA is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142167186-
CMYK0.240.1000.27
HSL205.91º24.18%64.31%-
HSV(B)205.91º23.66%72.94%-
XYZ33.8436.9351.8-
YUV161.69141.72113.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.69%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=28.69%
G=33.74%
B=37.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421671860.240.1000.27205.9124.1864.31
Hex8EA7BA18A01Bce1840
Octal216247272301203331630100
Binary10001110101001111011101011000101001101111001110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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