#8EABC2

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

Shades of Nepal #8EABC2

Tints of Nepal #8EABC2

Color information

#8EABC2 (or 0x8EABC2) is unknown color: approx Nepal. HEX triplet: 8E, AB and C2. RGB value is (142,171,194). Sum of RGB (Red+Green+Blue) = 142+171+194=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 194 - color contains mainly: blue. Hex color #8EABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABC2 is #71543D. Grayscale: #A4A4A4. Windows color (decimal): -7427134 or 12757902. OLE color: 12757902.

HSL color Cylindrical-coordinate representation of color #8EABC2: hue angle of 206.54º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EABC2 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142171194-
CMYK0.270.1200.24
HSL206.54º29.89%65.88%-
HSV(B)206.54º26.8%76.08%-
XYZ35.4638.7756.65-
YUV164.95144.39111.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.01%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 194 (76.17% from 255) = 38.26%
R=28.01%
G=33.73%
B=38.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421711940.270.1200.24206.5429.8965.88
Hex8EABC21BC018cf1e42
Octal216253302331403031736102
Binary10001110101010111100001011011110001100011001111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,194); }

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

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

 a { background-color: rgb(142,171,194); }

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

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

 span { border-color: rgb(142,171,194); }

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