Html Css Color HEX #9EAEBC Nepal

📋 copy color: '#9EAEBC'

red 158 ◦ green 174 ◦ blue 188

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

Shades of Nepal #9EAEBC

Tints of Nepal #9EAEBC

RGB

 RED value IS 158 (62.11% from 255) = 30.38%

 GREEN value IS 174 (68.36% from 255) = 33.46%

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

R = 30.38%
G = 33.46%
B = 36.15%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9EAEBC (or 0x9EAEBC) is known color: Nepal. HEX triplet: 9E, AE and BC. RGB value is (158,174,188). Sum of RGB (Red+Green+Blue) = 158+174+188=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEBC is #615143. Grayscale: #AAAAAA. Windows color (decimal): -6377796 or 12365470. OLE color: 12365470.

HSL color Cylindrical-coordinate representation of color #9EAEBC: hue angle of 208º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EAEBC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 174 188 -
CMYK 0.16 0.07 0 0.26
HSL 208º 0.18% 0.68% -
HSV(B) 208º 0.16% 0.74% -
XYZ 38.31 41.17 53.5 -
YUV 170.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 158 174 188 0.16 0.07 0 0.26 208 0.18 0.68
Hex 9E AE BC 10 7 0 1A D0 12 44
Octal 236 256 274 20 7 0 32 320 22 104
Binary 10011110 10101110 10111100 10000 111 0 11010 11010000 10010 1000100

Color Harmonies of #9EAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEBC

Black with #9EAEBC

Text Example


Text Example

White with #9EAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EAEBC; }

 p { color: rgb(158,174,188); }

 H1.HeaderClassName
 {
   color: #9EAEBC;
 }
 .AnyTagClassName
 {
   color: #9EAEBC;
 }
</style>

background-color css

<style>
 a { background-color: #9EAEBC; }

 a { background-color: rgb(158,174,188); }

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

border-color css

<style>
 span { border-color: #9EAEBC; }

 span { border-color: rgb(158,174,188); }

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