Html Css Color HEX #8EA0B0 Nepal

📋 copy color: '#8EA0B0'

red 142 ◦ green 160 ◦ blue 176

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

Shades of Nepal #8EA0B0

Tints of Nepal #8EA0B0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.47%

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 29.71%
G = 33.47%
B = 36.82%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8EA0B0 (or 0x8EA0B0) is known color: Nepal. HEX triplet: 8E, A0 and B0. RGB value is (142,160,176). Sum of RGB (Red+Green+Blue) = 142+160+176=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 176 - color contains mainly: blue. Hex color #8EA0B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA0B0 is #715F4F. Grayscale: #9C9C9C. Windows color (decimal): -7429968 or 11575438. OLE color: 11575438.

HSL color Cylindrical-coordinate representation of color #8EA0B0: hue angle of 208.24º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EA0B0 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 160 176 -
CMYK 0.19 0.09 0 0.31
HSL 208.24º 0.18% 0.62% -
HSV(B) 208.24º 0.19% 0.69% -
XYZ 31.56 34.03 45.98 -
YUV 156.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 142 160 176 0.19 0.09 0 0.31 208.24 0.18 0.62
Hex 8E A0 B0 13 9 0 1F D0 12 3E
Octal 216 240 260 23 11 0 37 320 22 76
Binary 10001110 10100000 10110000 10011 1001 0 11111 11010000 10010 111110

Color Harmonies of #8EA0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA0B0

Black with #8EA0B0

Text Example


Text Example

White with #8EA0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,160,176); }

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

background-color css

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

 a { background-color: rgb(142,160,176); }

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

border-color css

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

 span { border-color: rgb(142,160,176); }

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