#8EAFBF

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

Shades of Nepal #8EAFBF

Tints of Nepal #8EAFBF

Color information

#8EAFBF (or 0x8EAFBF) is unknown color: approx Nepal. HEX triplet: 8E, AF and BF. RGB value is (142,175,191). Sum of RGB (Red+Green+Blue) = 142+175+191=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EAFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFBF is #715040. Grayscale: #A6A6A6. Windows color (decimal): -7426113 or 12562318. OLE color: 12562318.

HSL color Cylindrical-coordinate representation of color #8EAFBF: hue angle of 199.59º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EAFBF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142175191-
CMYK0.260.0800.25
HSL199.59º27.68%65.29%-
HSV(B)199.59º25.65%74.9%-
XYZ35.8940.1755.15-
YUV166.96141.57110.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.95%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 191 (75% from 255) = 37.60%
R=27.95%
G=34.45%
B=37.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421751910.260.0800.25199.5927.6865.29
Hex8EAFBF1A8019c81c41
Octal216257277321003131034101
Binary10001110101011111011111111010100001100111001000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EAFBF; }

 p { color: rgb(142,175,191); }

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

<style>
 a { background-color: #8EAFBF; }

 a { background-color: rgb(142,175,191); }

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

<style>
 span { border-color: #8EAFBF; }

 span { border-color: rgb(142,175,191); }

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