Html Css Color HEX #8EA9BB Nepal

📋 copy color: '#8EA9BB'

red 142 ◦ green 169 ◦ blue 187

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

Shades of Nepal #8EA9BB

Tints of Nepal #8EA9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 28.51%
G = 33.94%
B = 37.55%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8EA9BB (or 0x8EA9BB) is known color: Nepal. HEX triplet: 8E, A9 and BB. RGB value is (142,169,187). Sum of RGB (Red+Green+Blue) = 142+169+187=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EA9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA9BB is #715644. Grayscale: #A2A2A2. Windows color (decimal): -7427653 or 12298638. OLE color: 12298638.

HSL color Cylindrical-coordinate representation of color #8EA9BB: hue angle of 204º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EA9BB is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 169 187 -
CMYK 0.24 0.10 0 0.27
HSL 204º 0.25% 0.65% -
HSV(B) 204º 0.24% 0.73% -
XYZ 34.31 37.71 52.48 -
YUV 162.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 142 169 187 0.24 0.10 0 0.27 204 0.25 0.65
Hex 8E A9 BB 18 A 0 1B CC 19 41
Octal 216 251 273 30 12 0 33 314 31 101
Binary 10001110 10101001 10111011 11000 1010 0 11011 11001100 11001 1000001

Color Harmonies of #8EA9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA9BB

Black with #8EA9BB

Text Example


Text Example

White with #8EA9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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