#9EAFBB

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

Shades of Nepal #9EAFBB

Tints of Nepal #9EAFBB

Color information

#9EAFBB (or 0x9EAFBB) is unknown color: approx Nepal. HEX triplet: 9E, AF and BB. RGB value is (158,175,187). Sum of RGB (Red+Green+Blue) = 158+175+187=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EAFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAFBB is #615044. Grayscale: #ABABAB. Windows color (decimal): -6377541 or 12300190. OLE color: 12300190.

HSL color Cylindrical-coordinate representation of color #9EAFBB: hue angle of 204.83º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EAFBB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158175187-
CMYK0.160.0600.27
HSL204.83º17.58%67.65%-
HSV(B)204.83º15.51%73.33%-
XYZ38.441.5253-
YUV171.28136.87118.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.38%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=30.38%
G=33.65%
B=35.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581751870.160.0600.27204.8317.5867.65
Hex9EAFBB10601Bcd1244
Octal23625727320603331522104
Binary1001111010101111101110111000011001101111001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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