#8EA3AC

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

Shades of Bali Hai #8EA3AC

Tints of Bali Hai #8EA3AC

Color information

#8EA3AC (or 0x8EA3AC) is unknown color: approx Bali Hai. HEX triplet: 8E, A3 and AC. RGB value is (142,163,172). Sum of RGB (Red+Green+Blue) = 142+163+172=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #8EA3AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA3AC is #715C53. Grayscale: #9D9D9D. Windows color (decimal): -7429204 or 11314062. OLE color: 11314062.

HSL color Cylindrical-coordinate representation of color #8EA3AC: hue angle of 198º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EA3AC is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142163172-
CMYK0.170.0500.33
HSL198º15.31%61.57%-
HSV(B)198º17.44%67.45%-
XYZ31.734.9244.1-
YUV157.75136.04116.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=29.77%
G=34.17%
B=36.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421631720.170.0500.3319815.3161.57
Hex8EA3AC115021c6f3e
Octal2162432542150413061776
Binary100011101010001110101100100011010100001110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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