#8EAABF

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

Shades of Nepal #8EAABF

Tints of Nepal #8EAABF

Color information

#8EAABF (or 0x8EAABF) is unknown color: approx Nepal. HEX triplet: 8E, AA and BF. RGB value is (142,170,191). Sum of RGB (Red+Green+Blue) = 142+170+191=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAABF is #715540. Grayscale: #A3A3A3. Windows color (decimal): -7427393 or 12561038. OLE color: 12561038.

HSL color Cylindrical-coordinate representation of color #8EAABF: hue angle of 205.71º 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 #8EAABF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142170191-
CMYK0.260.1100.25
HSL205.71º27.68%65.29%-
HSV(B)205.71º25.65%74.9%-
XYZ34.9338.2654.83-
YUV164.02143.22112.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.23%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 191 (75% from 255) = 37.97%
R=28.23%
G=33.80%
B=37.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421701910.260.1100.25205.7127.6865.29
Hex8EAABF1AB019ce1c41
Octal216252277321303131634101
Binary10001110101010101011111111010101101100111001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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