Html Css Color HEX #8EA7BF Nepal

📋 copy color: '#8EA7BF'

red 142 ◦ green 167 ◦ blue 191

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

Shades of Nepal #8EA7BF

Tints of Nepal #8EA7BF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.4%

 BLUE value IS 191 (75% from 255) = 38.2%

R = 28.4%
G = 33.4%
B = 38.2%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8EA7BF (or 0x8EA7BF) is known color: Nepal. HEX triplet: 8E, A7 and BF. RGB value is (142,167,191). Sum of RGB (Red+Green+Blue) = 142+167+191=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EA7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7BF is #715840. Grayscale: #A2A2A2. Windows color (decimal): -7428161 or 12560270. OLE color: 12560270.

HSL color Cylindrical-coordinate representation of color #8EA7BF: hue angle of 209.39º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EA7BF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 167 191 -
CMYK 0.26 0.13 0 0.25
HSL 209.39º 0.28% 0.65% -
HSV(B) 209.39º 0.26% 0.75% -
XYZ 34.38 37.15 54.65 -
YUV 162.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 142 167 191 0.26 0.13 0 0.25 209.39 0.28 0.65
Hex 8E A7 BF 1A D 0 19 D1 1C 41
Octal 216 247 277 32 15 0 31 321 34 101
Binary 10001110 10100111 10111111 11010 1101 0 11001 11010001 11100 1000001

Color Harmonies of #8EA7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA7BF

Black with #8EA7BF

Text Example


Text Example

White with #8EA7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,167,191); }

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

background-color css

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

 a { background-color: rgb(142,167,191); }

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

border-color css

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

 span { border-color: rgb(142,167,191); }

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