#8EA5BB

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

Shades of Nepal #8EA5BB

Tints of Nepal #8EA5BB

Color information

#8EA5BB (or 0x8EA5BB) is unknown color: approx Nepal. HEX triplet: 8E, A5 and BB. RGB value is (142,165,187). Sum of RGB (Red+Green+Blue) = 142+165+187=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EA5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA5BB is #715A44. Grayscale: #A0A0A0. Windows color (decimal): -7428677 or 12297614. OLE color: 12297614.

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

Color convert

RGB142165187-
CMYK0.240.1200.27
HSL209.33º24.86%64.51%-
HSV(B)209.33º24.06%73.33%-
XYZ33.5836.2552.24-
YUV160.63142.88114.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=28.74%
G=33.40%
B=37.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421651870.240.1200.27209.3324.8664.51
Hex8EA5BB18C01Bd11941
Octal216245273301403332131101
Binary10001110101001011011101111000110001101111010001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,165,187); }

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

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

 a { background-color: rgb(142,165,187); }

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

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

 span { border-color: rgb(142,165,187); }

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