#9EABB4

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

Shades of Nepal #9EABB4

Tints of Nepal #9EABB4

Color information

#9EABB4 (or 0x9EABB4) is unknown color: approx Nepal. HEX triplet: 9E, AB and B4. RGB value is (158,171,180). Sum of RGB (Red+Green+Blue) = 158+171+180=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 180 - color contains mainly: blue. Hex color #9EABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABB4 is #61544B. Grayscale: #A8A8A8. Windows color (decimal): -6378572 or 11840414. OLE color: 11840414.

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

Color convert

RGB158171180-
CMYK0.120.0500.29
HSL204.55º12.79%66.27%-
HSV(B)204.55º12.22%70.59%-
XYZ36.939.6948.9-
YUV168.14134.69120.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=31.04%
G=33.60%
B=35.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581711800.120.0500.29204.5512.7966.27
Hex9EABB4C501Dcdd42
Octal23625326414503531515102
Binary10011110101010111011010011001010111011100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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