Html Css Color HEX #8EA9BD Nepal

📋 copy color: '#8EA9BD'

red 142 ◦ green 169 ◦ blue 189

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

Shades of Nepal #8EA9BD

Tints of Nepal #8EA9BD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.8%

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 28.4%
G = 33.8%
B = 37.8%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8EA9BD (or 0x8EA9BD) is known color: Nepal. HEX triplet: 8E, A9 and BD. RGB value is (142,169,189). Sum of RGB (Red+Green+Blue) = 142+169+189=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EA9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA9BD is #715642. Grayscale: #A3A3A3. Windows color (decimal): -7427651 or 12429710. OLE color: 12429710.

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

Color convert

RGB 142 169 189 -
CMYK 0.25 0.11 0 0.26
HSL 205.53º 0.26% 0.65% -
HSV(B) 205.53º 0.25% 0.74% -
XYZ 34.53 37.8 53.62 -
YUV 163.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 142 169 189 0.25 0.11 0 0.26 205.53 0.26 0.65
Hex 8E A9 BD 19 B 0 1A CE 1A 41
Octal 216 251 275 31 13 0 32 316 32 101
Binary 10001110 10101001 10111101 11001 1011 0 11010 11001110 11010 1000001

Color Harmonies of #8EA9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA9BD

Black with #8EA9BD

Text Example


Text Example

White with #8EA9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,169,189); }

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

background-color css

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

 a { background-color: rgb(142,169,189); }

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

border-color css

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

 span { border-color: rgb(142,169,189); }

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