Html Css Color HEX #8EA7BC Nepal

📋 copy color: '#8EA7BC'

red 142 ◦ green 167 ◦ blue 188

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

Shades of Nepal #8EA7BC

Tints of Nepal #8EA7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 28.57%
G = 33.6%
B = 37.83%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8EA7BC (or 0x8EA7BC) is known color: Nepal. HEX triplet: 8E, A7 and BC. RGB value is (142,167,188). Sum of RGB (Red+Green+Blue) = 142+167+188=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EA7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7BC is #715843. Grayscale: #A1A1A1. Windows color (decimal): -7428164 or 12363662. OLE color: 12363662.

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

Color convert

RGB 142 167 188 -
CMYK 0.24 0.11 0 0.26
HSL 207.39º 0.26% 0.65% -
HSV(B) 207.39º 0.24% 0.74% -
XYZ 34.05 37.02 52.93 -
YUV 161.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 142 167 188 0.24 0.11 0 0.26 207.39 0.26 0.65
Hex 8E A7 BC 18 B 0 1A CF 1A 41
Octal 216 247 274 30 13 0 32 317 32 101
Binary 10001110 10100111 10111100 11000 1011 0 11010 11001111 11010 1000001

Color Harmonies of #8EA7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA7BC

Black with #8EA7BC

Text Example


Text Example

White with #8EA7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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