#8FAEC0

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

Shades of Nepal #8FAEC0

Tints of Nepal #8FAEC0

Color information

#8FAEC0 (or 0x8FAEC0) is unknown color: approx Nepal. HEX triplet: 8F, AE and C0. RGB value is (143,174,192). Sum of RGB (Red+Green+Blue) = 143+174+192=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #8FAEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEC0 is #70513F. Grayscale: #A6A6A6. Windows color (decimal): -7360832 or 12627599. OLE color: 12627599.

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

Color convert

RGB143174192-
CMYK0.260.0900.25
HSL202.04º28%65.69%-
HSV(B)202.04º25.52%75.29%-
XYZ35.9839.9255.68-
YUV166.78142.23111.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.09%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=28.09%
G=34.18%
B=37.72%

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
Decimal1431741920.260.0900.25202.042865.69
Hex8FAEC01A9019ca1c42
Octal217256300321103131234102
Binary10001111101011101100000011010100101100111001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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