#8EA9BE

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

Shades of Nepal #8EA9BE

Tints of Nepal #8EA9BE

Color information

#8EA9BE (or 0x8EA9BE) is unknown color: approx Nepal. HEX triplet: 8E, A9 and BE. RGB value is (142,169,190). Sum of RGB (Red+Green+Blue) = 142+169+190=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EA9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA9BE is #715641. Grayscale: #A3A3A3. Windows color (decimal): -7427650 or 12495246. OLE color: 12495246.

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

Color convert

RGB142169190-
CMYK0.250.1100.25
HSL206.25º26.97%65.1%-
HSV(B)206.25º25.26%74.51%-
XYZ34.6437.8454.19-
YUV163.32143.05112.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.34%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=28.34%
G=33.73%
B=37.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421691900.250.1100.25206.2526.9765.1
Hex8EA9BE19B019ce1b41
Octal216251276311303131633101
Binary10001110101010011011111011001101101100111001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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