#9EAFBD

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

Shades of Nepal #9EAFBD

Tints of Nepal #9EAFBD

Color information

#9EAFBD (or 0x9EAFBD) is unknown color: approx Nepal. HEX triplet: 9E, AF and BD. RGB value is (158,175,189). Sum of RGB (Red+Green+Blue) = 158+175+189=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EAFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAFBD is #615042. Grayscale: #ABABAB. Windows color (decimal): -6377539 or 12431262. OLE color: 12431262.

HSL color Cylindrical-coordinate representation of color #9EAFBD: hue angle of 207.1º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EAFBD is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB158175189-
CMYK0.160.0700.26
HSL207.1º19.02%68.04%-
HSV(B)207.1º16.4%74.12%-
XYZ38.6241.654.14-
YUV171.51137.87118.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=30.27%
G=33.52%
B=36.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581751890.160.0700.26207.119.0268.04
Hex9EAFBD10701Acf1344
Octal23625727520703231723104
Binary1001111010101111101111011000011101101011001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,175,189); }

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

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

 a { background-color: rgb(158,175,189); }

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

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

 span { border-color: rgb(158,175,189); }

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