#8EADC1

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

Shades of Nepal #8EADC1

Tints of Nepal #8EADC1

Color information

#8EADC1 (or 0x8EADC1) is unknown color: approx Nepal. HEX triplet: 8E, AD and C1. RGB value is (142,173,193). Sum of RGB (Red+Green+Blue) = 142+173+193=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADC1 is #71523E. Grayscale: #A5A5A5. Windows color (decimal): -7426623 or 12692878. OLE color: 12692878.

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

Color convert

RGB142173193-
CMYK0.260.1000.24
HSL203.53º29.14%65.69%-
HSV(B)203.53º26.42%75.69%-
XYZ35.7239.4956.19-
YUV166.01143.23110.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.95%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 193 (75.78% from 255) = 37.99%
R=27.95%
G=34.06%
B=37.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421731930.260.1000.24203.5329.1465.69
Hex8EADC11AA018cc1d42
Octal216255301321203031435102
Binary10001110101011011100000111010101001100011001100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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