Html Css Color HEX #9EADB6 Nepal

📋 copy color: '#9EADB6'

red 158 ◦ green 173 ◦ blue 182

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

Shades of Nepal #9EADB6

Tints of Nepal #9EADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.48%

R = 30.8%
G = 33.72%
B = 35.48%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9EADB6 (or 0x9EADB6) is known color: Nepal. HEX triplet: 9E, AD and B6. RGB value is (158,173,182). Sum of RGB (Red+Green+Blue) = 158+173+182=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 182 - color contains mainly: blue. Hex color #9EADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EADB6 is #615249. Grayscale: #A9A9A9. Windows color (decimal): -6378058 or 11971998. OLE color: 11971998.

HSL color Cylindrical-coordinate representation of color #9EADB6: hue angle of 202.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EADB6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 173 182 -
CMYK 0.13 0.05 0 0.29
HSL 202.5º 0.14% 0.67% -
HSV(B) 202.5º 0.13% 0.71% -
XYZ 37.49 40.53 50.1 -
YUV 169.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 158 173 182 0.13 0.05 0 0.29 202.5 0.14 0.67
Hex 9E AD B6 D 5 0 1D CA E 43
Octal 236 255 266 15 5 0 35 312 16 103
Binary 10011110 10101101 10110110 1101 101 0 11101 11001010 1110 1000011

Color Harmonies of #9EADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADB6

Black with #9EADB6

Text Example


Text Example

White with #9EADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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