#8EA3AD

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

Shades of Bali Hai #8EA3AD

Tints of Bali Hai #8EA3AD

Color information

#8EA3AD (or 0x8EA3AD) is unknown color: approx Bali Hai. HEX triplet: 8E, A3 and AD. RGB value is (142,163,173). Sum of RGB (Red+Green+Blue) = 142+163+173=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #8EA3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA3AD is #715C52. Grayscale: #9D9D9D. Windows color (decimal): -7429203 or 11379598. OLE color: 11379598.

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

Color convert

RGB142163173-
CMYK0.180.0600.32
HSL199.35º15.9%61.76%-
HSV(B)199.35º17.92%67.84%-
XYZ31.834.9644.61-
YUV157.86136.54116.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.71%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=29.71%
G=34.10%
B=36.19%

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
Decimal1421631730.180.0600.32199.3515.961.76
Hex8EA3AD126020c7103e
Octal2162432552260403072076
Binary1000111010100011101011011001011001000001100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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