Html Css Color HEX #8EA6BC Nepal

📋 copy color: '#8EA6BC'

red 142 ◦ green 166 ◦ blue 188

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

Shades of Nepal #8EA6BC

Tints of Nepal #8EA6BC

RGB

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

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

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

R = 28.63%
G = 33.47%
B = 37.9%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8EA6BC (or 0x8EA6BC) is known color: Nepal. HEX triplet: 8E, A6 and BC. RGB value is (142,166,188). Sum of RGB (Red+Green+Blue) = 142+166+188=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EA6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA6BC is #715943. Grayscale: #A1A1A1. Windows color (decimal): -7428420 or 12363406. OLE color: 12363406.

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

Color convert

RGB 142 166 188 -
CMYK 0.24 0.12 0 0.26
HSL 208.7º 0.26% 0.65% -
HSV(B) 208.7º 0.24% 0.74% -
XYZ 33.87 36.65 52.87 -
YUV 161.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 142 166 188 0.24 0.12 0 0.26 208.7 0.26 0.65
Hex 8E A6 BC 18 C 0 1A D1 1A 41
Octal 216 246 274 30 14 0 32 321 32 101
Binary 10001110 10100110 10111100 11000 1100 0 11010 11010001 11010 1000001

Color Harmonies of #8EA6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA6BC

Black with #8EA6BC

Text Example


Text Example

White with #8EA6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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