#8EA3AE

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

Shades of Bali Hai #8EA3AE

Tints of Bali Hai #8EA3AE

Color information

#8EA3AE (or 0x8EA3AE) is unknown color: approx Bali Hai. HEX triplet: 8E, A3 and AE. RGB value is (142,163,174). Sum of RGB (Red+Green+Blue) = 142+163+174=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #8EA3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA3AE is #715C51. Grayscale: #9D9D9D. Windows color (decimal): -7429202 or 11445134. OLE color: 11445134.

HSL color Cylindrical-coordinate representation of color #8EA3AE: hue angle of 200.62º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EA3AE is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB142163174-
CMYK0.180.0600.32
HSL200.62º16.49%61.96%-
HSV(B)200.62º18.39%68.24%-
XYZ31.893545.12-
YUV157.98137.04116.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.65%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=29.65%
G=34.03%
B=36.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421631740.180.0600.32200.6216.4961.96
Hex8EA3AE126020c9103e
Octal2162432562260403112076
Binary1000111010100011101011101001011001000001100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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