Html Css Color HEX #8EA6BE Nepal

📋 copy color: '#8EA6BE'

red 142 ◦ green 166 ◦ blue 190

#8EA6BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #8EA6BE

Tints of Nepal #8EA6BE

RGB

 RED value IS 142 (55.86% from 255) = 28.51%

 GREEN value IS 166 (65.23% from 255) = 33.33%

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 28.51%
G = 33.33%
B = 38.15%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8EA6BE (or 0x8EA6BE) is known color: Nepal. HEX triplet: 8E, A6 and BE. RGB value is (142,166,190). Sum of RGB (Red+Green+Blue) = 142+166+190=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EA6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA6BE is #715941. Grayscale: #A1A1A1. Windows color (decimal): -7428418 or 12494478. OLE color: 12494478.

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

Color convert

RGB 142 166 190 -
CMYK 0.25 0.13 0 0.25
HSL 210º 0.27% 0.65% -
HSV(B) 210º 0.25% 0.75% -
XYZ 34.09 36.74 54.01 -
YUV 161.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 142 166 190 0.25 0.13 0 0.25 210 0.27 0.65
Hex 8E A6 BE 19 D 0 19 D2 1B 41
Octal 216 246 276 31 15 0 31 322 33 101
Binary 10001110 10100110 10111110 11001 1101 0 11001 11010010 11011 1000001

Color Harmonies of #8EA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA6BE

Black with #8EA6BE

Text Example


Text Example

White with #8EA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EA6BE;
 }
 .AnyTagClassName
 {
   color: #8EA6BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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