#8EAEC0

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

Shades of Nepal #8EAEC0

Tints of Nepal #8EAEC0

Color information

#8EAEC0 (or 0x8EAEC0) is unknown color: approx Nepal. HEX triplet: 8E, AE and C0. RGB value is (142,174,192). Sum of RGB (Red+Green+Blue) = 142+174+192=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 192 - color contains mainly: blue. Hex color #8EAEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAEC0 is #71513F. Grayscale: #A6A6A6. Windows color (decimal): -7426368 or 12627598. OLE color: 12627598.

HSL color Cylindrical-coordinate representation of color #8EAEC0: hue angle of 201.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EAEC0 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142174192-
CMYK0.260.0900.25
HSL201.6º28.41%65.49%-
HSV(B)201.6º26.04%75.29%-
XYZ35.8139.8355.67-
YUV166.48142.4110.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.95%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 192 (75.39% from 255) = 37.80%
R=27.95%
G=34.25%
B=37.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421741920.260.0900.25201.628.4165.49
Hex8EAEC01A9019ca1c41
Octal216256300321103131234101
Binary10001110101011101100000011010100101100111001010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,174,192); }

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

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

 a { background-color: rgb(142,174,192); }

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

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

 span { border-color: rgb(142,174,192); }

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