Html Css Color HEX #9EADBE Nepal

📋 copy color: '#9EADBE'

red 158 ◦ green 173 ◦ blue 190

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

Shades of Nepal #9EADBE

Tints of Nepal #9EADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.21%

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 30.33%
G = 33.21%
B = 36.47%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9EADBE (or 0x9EADBE) is known color: Nepal. HEX triplet: 9E, AD and BE. RGB value is (158,173,190). Sum of RGB (Red+Green+Blue) = 158+173+190=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EADBE is #615241. Grayscale: #AAAAAA. Windows color (decimal): -6378050 or 12496286. OLE color: 12496286.

HSL color Cylindrical-coordinate representation of color #9EADBE: hue angle of 211.88º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EADBE is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 173 190 -
CMYK 0.17 0.09 0 0.25
HSL 211.88º 0.2% 0.68% -
HSV(B) 211.88º 0.17% 0.75% -
XYZ 38.34 40.87 54.58 -
YUV 170.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 158 173 190 0.17 0.09 0 0.25 211.88 0.2 0.68
Hex 9E AD BE 11 9 0 19 D4 14 44
Octal 236 255 276 21 11 0 31 324 24 104
Binary 10011110 10101101 10111110 10001 1001 0 11001 11010100 10100 1000100

Color Harmonies of #9EADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADBE

Black with #9EADBE

Text Example


Text Example

White with #9EADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,173,190); }

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

background-color css

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

 a { background-color: rgb(158,173,190); }

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

border-color css

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

 span { border-color: rgb(158,173,190); }

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