#8EA7BE

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

Shades of Nepal #8EA7BE

Tints of Nepal #8EA7BE

Color information

#8EA7BE (or 0x8EA7BE) is unknown color: approx Nepal. HEX triplet: 8E, A7 and BE. RGB value is (142,167,190). Sum of RGB (Red+Green+Blue) = 142+167+190=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EA7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7BE is #715841. Grayscale: #A2A2A2. Windows color (decimal): -7428162 or 12494734. OLE color: 12494734.

HSL color Cylindrical-coordinate representation of color #8EA7BE: hue angle of 208.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EA7BE is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142167190-
CMYK0.250.1200.25
HSL208.75º26.97%65.1%-
HSV(B)208.75º25.26%74.51%-
XYZ34.2737.1154.07-
YUV162.15143.72113.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=28.46%
G=33.47%
B=38.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421671900.250.1200.25208.7526.9765.1
Hex8EA7BE19C019d11b41
Octal216247276311403132133101
Binary10001110101001111011111011001110001100111010001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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