Html Css Color HEX #9EADB9 Nepal

📋 copy color: '#9EADB9'

red 158 ◦ green 173 ◦ blue 185

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

Shades of Nepal #9EADB9

Tints of Nepal #9EADB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.85%

R = 30.62%
G = 33.53%
B = 35.85%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EADB9 (or 0x9EADB9) is known color: Nepal. HEX triplet: 9E, AD and B9. RGB value is (158,173,185). Sum of RGB (Red+Green+Blue) = 158+173+185=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 185 - color contains mainly: blue. Hex color #9EADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EADB9 is #615246. Grayscale: #A9A9A9. Windows color (decimal): -6378055 or 12168606. OLE color: 12168606.

HSL color Cylindrical-coordinate representation of color #9EADB9: hue angle of 206.67º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EADB9 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 173 185 -
CMYK 0.15 0.06 0 0.27
HSL 206.67º 0.16% 0.67% -
HSV(B) 206.67º 0.15% 0.73% -
XYZ 37.8 40.66 51.75 -
YUV 169.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 158 173 185 0.15 0.06 0 0.27 206.67 0.16 0.67
Hex 9E AD B9 F 6 0 1B CF 10 43
Octal 236 255 271 17 6 0 33 317 20 103
Binary 10011110 10101101 10111001 1111 110 0 11011 11001111 10000 1000011

Color Harmonies of #9EADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADB9

Black with #9EADB9

Text Example


Text Example

White with #9EADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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