#8EACBC

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

Shades of Nepal #8EACBC

Tints of Nepal #8EACBC

Color information

#8EACBC (or 0x8EACBC) is unknown color: approx Nepal. HEX triplet: 8E, AC and BC. RGB value is (142,172,188). Sum of RGB (Red+Green+Blue) = 142+172+188=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACBC is #715343. Grayscale: #A4A4A4. Windows color (decimal): -7426884 or 12364942. OLE color: 12364942.

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

Color convert

RGB142172188-
CMYK0.240.0900.26
HSL200.87º25.56%64.71%-
HSV(B)200.87º24.47%73.73%-
XYZ34.9838.8953.24-
YUV164.85141.06111.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.29%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=28.29%
G=34.26%
B=37.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421721880.240.0900.26200.8725.5664.71
Hex8EACBC18901Ac91a41
Octal216254274301103231132101
Binary10001110101011001011110011000100101101011001001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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