#8EA8BE

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

Shades of Nepal #8EA8BE

Tints of Nepal #8EA8BE

Color information

#8EA8BE (or 0x8EA8BE) is unknown color: approx Nepal. HEX triplet: 8E, A8 and BE. RGB value is (142,168,190). Sum of RGB (Red+Green+Blue) = 142+168+190=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA8BE is #715741. Grayscale: #A2A2A2. Windows color (decimal): -7427906 or 12494990. OLE color: 12494990.

HSL color Cylindrical-coordinate representation of color #8EA8BE: hue angle of 207.5º 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 #8EA8BE is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142168190-
CMYK0.250.1200.25
HSL207.5º26.97%65.1%-
HSV(B)207.5º25.26%74.51%-
XYZ34.4537.4754.13-
YUV162.73143.39113.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.4%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 190 (74.61% from 255) = 38%
R=28.4%
G=33.6%
B=38%

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
Decimal1421681900.250.1200.25207.526.9765.1
Hex8EA8BE19C019d01b41
Octal216250276311403132033101
Binary10001110101010001011111011001110001100111010000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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