#8EA0AE

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

Shades of Bali Hai #8EA0AE

Tints of Bali Hai #8EA0AE

Color information

#8EA0AE (or 0x8EA0AE) is unknown color: approx Bali Hai. HEX triplet: 8E, A0 and AE. RGB value is (142,160,174). Sum of RGB (Red+Green+Blue) = 142+160+174=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #8EA0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA0AE is #715F51. Grayscale: #9C9C9C. Windows color (decimal): -7429970 or 11444366. OLE color: 11444366.

HSL color Cylindrical-coordinate representation of color #8EA0AE: hue angle of 206.25º 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 #8EA0AE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB142160174-
CMYK0.180.0800.32
HSL206.25º16.49%61.96%-
HSV(B)206.25º18.39%68.24%-
XYZ31.3733.9544.94-
YUV156.21138.04117.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=29.83%
G=33.61%
B=36.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421601740.180.0800.32206.2516.4961.96
Hex8EA0AE128020ce103e
Octal21624025622100403162076
Binary10001110101000001010111010010100001000001100111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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