#8EADC2

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

Shades of Nepal #8EADC2

Tints of Nepal #8EADC2

Color information

#8EADC2 (or 0x8EADC2) is unknown color: approx Nepal. HEX triplet: 8E, AD and C2. RGB value is (142,173,194). Sum of RGB (Red+Green+Blue) = 142+173+194=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 194 - color contains mainly: blue. Hex color #8EADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADC2 is #71523D. Grayscale: #A6A6A6. Windows color (decimal): -7426622 or 12758414. OLE color: 12758414.

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

Color convert

RGB142173194-
CMYK0.270.1100.24
HSL204.23º29.89%65.88%-
HSV(B)204.23º26.8%76.08%-
XYZ35.8439.5356.78-
YUV166.12143.73110.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 194 (76.17% from 255) = 38.11%
R=27.90%
G=33.99%
B=38.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421731940.270.1100.24204.2329.8965.88
Hex8EADC21BB018cc1e42
Octal216255302331303031436102
Binary10001110101011011100001011011101101100011001100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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