#8EACC1

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

Shades of Nepal #8EACC1

Tints of Nepal #8EACC1

Color information

#8EACC1 (or 0x8EACC1) is unknown color: approx Nepal. HEX triplet: 8E, AC and C1. RGB value is (142,172,193). Sum of RGB (Red+Green+Blue) = 142+172+193=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACC1 is #71533E. Grayscale: #A5A5A5. Windows color (decimal): -7426879 or 12692622. OLE color: 12692622.

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

Color convert

RGB142172193-
CMYK0.260.1100.24
HSL204.71º29.14%65.69%-
HSV(B)204.71º26.42%75.69%-
XYZ35.5339.1156.13-
YUV165.42143.56111.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.01%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=28.01%
G=33.93%
B=38.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421721930.260.1100.24204.7129.1465.69
Hex8EACC11AB018cd1d42
Octal216254301321303031535102
Binary10001110101011001100000111010101101100011001101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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