#8EAABC

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

Shades of Nepal #8EAABC

Tints of Nepal #8EAABC

Color information

#8EAABC (or 0x8EAABC) is unknown color: approx Nepal. HEX triplet: 8E, AA and BC. RGB value is (142,170,188). Sum of RGB (Red+Green+Blue) = 142+170+188=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAABC is #715543. Grayscale: #A3A3A3. Windows color (decimal): -7427396 or 12364430. OLE color: 12364430.

HSL color Cylindrical-coordinate representation of color #8EAABC: hue angle of 203.48º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EAABC is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142170188-
CMYK0.240.1000.26
HSL203.48º25.56%64.71%-
HSV(B)203.48º24.47%73.73%-
XYZ34.6138.1353.11-
YUV163.68141.72112.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.4%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=28.4%
G=34%
B=37.6%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421701880.240.1000.26203.4825.5664.71
Hex8EAABC18A01Acb1a41
Octal216252274301203231332101
Binary10001110101010101011110011000101001101011001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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