#8EA8BC

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

Shades of Nepal #8EA8BC

Tints of Nepal #8EA8BC

Color information

#8EA8BC (or 0x8EA8BC) is unknown color: approx Nepal. HEX triplet: 8E, A8 and BC. RGB value is (142,168,188). Sum of RGB (Red+Green+Blue) = 142+168+188=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EA8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA8BC is #715743. Grayscale: #A2A2A2. Windows color (decimal): -7427908 or 12363918. OLE color: 12363918.

HSL color Cylindrical-coordinate representation of color #8EA8BC: hue angle of 206.09º 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 #8EA8BC is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142168188-
CMYK0.240.1100.26
HSL206.09º25.56%64.71%-
HSV(B)206.09º24.47%73.73%-
XYZ34.2437.3952.99-
YUV162.51142.39113.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.51%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=28.51%
G=33.73%
B=37.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421681880.240.1100.26206.0925.5664.71
Hex8EA8BC18B01Ace1a41
Octal216250274301303231632101
Binary10001110101010001011110011000101101101011001110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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