#8EACBA

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

Shades of Nepal #8EACBA

Tints of Nepal #8EACBA

Color information

#8EACBA (or 0x8EACBA) is unknown color: approx Nepal. HEX triplet: 8E, AC and BA. RGB value is (142,172,186). Sum of RGB (Red+Green+Blue) = 142+172+186=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACBA is #715345. Grayscale: #A4A4A4. Windows color (decimal): -7426886 or 12233870. OLE color: 12233870.

HSL color Cylindrical-coordinate representation of color #8EACBA: hue angle of 199.09º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EACBA is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142172186-
CMYK0.240.0800.27
HSL199.09º24.18%64.31%-
HSV(B)199.09º23.66%72.94%-
XYZ34.7738.852.11-
YUV164.63140.06111.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.4%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=28.4%
G=34.4%
B=37.2%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421721860.240.0800.27199.0924.1864.31
Hex8EACBA18801Bc71840
Octal216254272301003330730100
Binary10001110101011001011101011000100001101111000111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,172,186); }

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

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

 a { background-color: rgb(142,172,186); }

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

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

 span { border-color: rgb(142,172,186); }

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