#9EABB9

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

Shades of Nepal #9EABB9

Tints of Nepal #9EABB9

Color information

#9EABB9 (or 0x9EABB9) is unknown color: approx Nepal. HEX triplet: 9E, AB and B9. RGB value is (158,171,185). Sum of RGB (Red+Green+Blue) = 158+171+185=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 185 - color contains mainly: blue. Hex color #9EABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABB9 is #615446. Grayscale: #A8A8A8. Windows color (decimal): -6378567 or 12168094. OLE color: 12168094.

HSL color Cylindrical-coordinate representation of color #9EABB9: hue angle of 211.11º 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 #9EABB9 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158171185-
CMYK0.150.0800.27
HSL211.11º16.17%67.25%-
HSV(B)211.11º14.59%72.55%-
XYZ37.4239.951.63-
YUV168.71137.19120.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.74%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=30.74%
G=33.27%
B=35.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581711850.150.0800.27211.1116.1767.25
Hex9EABB9F801Bd31043
Octal236253271171003332320103
Binary1001111010101011101110011111100001101111010011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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