Html Css Color HEX #9EAAB7 Nepal

📋 copy color: '#9EAAB7'

red 158 ◦ green 170 ◦ blue 183

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

Shades of Nepal #9EAAB7

Tints of Nepal #9EAAB7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.27%

 BLUE value IS 183 (71.88% from 255) = 35.81%

R = 30.92%
G = 33.27%
B = 35.81%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9EAAB7 (or 0x9EAAB7) is known color: Nepal. HEX triplet: 9E, AA and B7. RGB value is (158,170,183). Sum of RGB (Red+Green+Blue) = 158+170+183=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 183 - color contains mainly: blue. Hex color #9EAAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAAB7 is #615548. Grayscale: #A7A7A7. Windows color (decimal): -6378825 or 12036766. OLE color: 12036766.

HSL color Cylindrical-coordinate representation of color #9EAAB7: hue angle of 211.2º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EAAB7 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 170 183 -
CMYK 0.14 0.07 0 0.28
HSL 211.2º 0.15% 0.67% -
HSV(B) 211.2º 0.14% 0.72% -
XYZ 37.02 39.44 50.46 -
YUV 167.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 158 170 183 0.14 0.07 0 0.28 211.2 0.15 0.67
Hex 9E AA B7 E 7 0 1C D3 F 43
Octal 236 252 267 16 7 0 34 323 17 103
Binary 10011110 10101010 10110111 1110 111 0 11100 11010011 1111 1000011

Color Harmonies of #9EAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAB7

Black with #9EAAB7

Text Example


Text Example

White with #9EAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,170,183); }

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

background-color css

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

 a { background-color: rgb(158,170,183); }

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

border-color css

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

 span { border-color: rgb(158,170,183); }

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