#9EABB6

Color #9EABB6 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #9EABB6

Tints of Nepal #9EABB6

Color information

#9EABB6 (or 0x9EABB6) is unknown color: approx Nepal. HEX triplet: 9E, AB and B6. RGB value is (158,171,182). Sum of RGB (Red+Green+Blue) = 158+171+182=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 182 - color contains mainly: blue. Hex color #9EABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABB6 is #615449. Grayscale: #A8A8A8. Windows color (decimal): -6378570 or 11971486. OLE color: 11971486.

HSL color Cylindrical-coordinate representation of color #9EABB6: hue angle of 207.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 #9EABB6 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB158171182-
CMYK0.130.0600.29
HSL207.5º14.12%66.67%-
HSV(B)207.5º13.19%71.37%-
XYZ37.1139.7749.98-
YUV168.37135.69120.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=30.92%
G=33.46%
B=35.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581711820.130.0600.29207.514.1266.67
Hex9EABB6D601Dd0e43
Octal23625326615603532016103
Binary10011110101010111011011011011100111011101000011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EABB6;
 }
 .AnyTagClassName
 {
   color: #9EABB6;
 }
</style>
background-color css

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

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

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

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

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

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