#8EA9BC

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

Shades of Nepal #8EA9BC

Tints of Nepal #8EA9BC

Color information

#8EA9BC (or 0x8EA9BC) is unknown color: approx Nepal. HEX triplet: 8E, A9 and BC. RGB value is (142,169,188). Sum of RGB (Red+Green+Blue) = 142+169+188=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA9BC is #715643. Grayscale: #A2A2A2. Windows color (decimal): -7427652 or 12364174. OLE color: 12364174.

HSL color Cylindrical-coordinate representation of color #8EA9BC: hue angle of 204.78º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EA9BC is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142169188-
CMYK0.240.1000.26
HSL204.78º25.56%64.71%-
HSV(B)204.78º24.47%73.73%-
XYZ34.4237.7653.05-
YUV163.09142.05112.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=28.46%
G=33.87%
B=37.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421691880.240.1000.26204.7825.5664.71
Hex8EA9BC18A01Acd1a41
Octal216251274301203231532101
Binary10001110101010011011110011000101001101011001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,169,188); }

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

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

 a { background-color: rgb(142,169,188); }

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

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

 span { border-color: rgb(142,169,188); }

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