Html Css Color HEX #8EA8C1 Nepal

📋 copy color: '#8EA8C1'

red 142 ◦ green 168 ◦ blue 193

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

Shades of Nepal #8EA8C1

Tints of Nepal #8EA8C1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.4%

 BLUE value IS 193 (75.78% from 255) = 38.37%

R = 28.23%
G = 33.4%
B = 38.37%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8EA8C1 (or 0x8EA8C1) is known color: Nepal. HEX triplet: 8E, A8 and C1. RGB value is (142,168,193). Sum of RGB (Red+Green+Blue) = 142+168+193=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EA8C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA8C1 is #71573E. Grayscale: #A2A2A2. Windows color (decimal): -7427903 or 12691598. OLE color: 12691598.

HSL color Cylindrical-coordinate representation of color #8EA8C1: hue angle of 209.41º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EA8C1 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 168 193 -
CMYK 0.26 0.13 0 0.24
HSL 209.41º 0.29% 0.66% -
HSV(B) 209.41º 0.26% 0.76% -
XYZ 34.78 37.61 55.88 -
YUV 163.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 142 168 193 0.26 0.13 0 0.24 209.41 0.29 0.66
Hex 8E A8 C1 1A D 0 18 D1 1D 42
Octal 216 250 301 32 15 0 30 321 35 102
Binary 10001110 10101000 11000001 11010 1101 0 11000 11010001 11101 1000010

Color Harmonies of #8EA8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA8C1

Black with #8EA8C1

Text Example


Text Example

White with #8EA8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,168,193); }

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

background-color css

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

 a { background-color: rgb(142,168,193); }

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

border-color css

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

 span { border-color: rgb(142,168,193); }

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