#8DA3AE

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

Shades of Bali Hai #8DA3AE

Tints of Bali Hai #8DA3AE

Color information

#8DA3AE (or 0x8DA3AE) is unknown color: approx Bali Hai. HEX triplet: 8D, A3 and AE. RGB value is (141,163,174). Sum of RGB (Red+Green+Blue) = 141+163+174=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #8DA3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA3AE is #725C51. Grayscale: #9D9D9D. Windows color (decimal): -7494738 or 11445133. OLE color: 11445133.

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

Color convert

RGB141163174-
CMYK0.190.0600.32
HSL200º16.92%61.76%-
HSV(B)200º18.97%68.24%-
XYZ31.7234.9145.11-
YUV157.68137.21116.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=29.50%
G=34.10%
B=36.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411631740.190.0600.3220016.9261.76
Hex8DA3AE136020c8113e
Octal2152432562360403102176
Binary1000110110100011101011101001111001000001100100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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