#8EA3B4

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

Shades of Nepal #8EA3B4

Tints of Nepal #8EA3B4

Color information

#8EA3B4 (or 0x8EA3B4) is unknown color: approx Nepal. HEX triplet: 8E, A3 and B4. RGB value is (142,163,180). Sum of RGB (Red+Green+Blue) = 142+163+180=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #8EA3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3B4 is #715C4B. Grayscale: #9E9E9E. Windows color (decimal): -7429196 or 11838350. OLE color: 11838350.

HSL color Cylindrical-coordinate representation of color #8EA3B4: hue angle of 206.84º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EA3B4 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB142163180-
CMYK0.210.0900.29
HSL206.84º20.21%63.14%-
HSV(B)206.84º21.11%70.59%-
XYZ32.4935.2448.27-
YUV158.66140.04116.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.28%
GREEN value IS 163 (64.06% from 255) = 33.61%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=29.28%
G=33.61%
B=37.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421631800.210.0900.29206.8420.2163.14
Hex8EA3B415901Dcf143f
Octal21624326425110353172477
Binary1000111010100011101101001010110010111011100111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,163,180); }

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

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

 a { background-color: rgb(142,163,180); }

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

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

 span { border-color: rgb(142,163,180); }

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