#8DA2AE

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

Shades of Bali Hai #8DA2AE

Tints of Bali Hai #8DA2AE

Color information

#8DA2AE (or 0x8DA2AE) is unknown color: approx Bali Hai. HEX triplet: 8D, A2 and AE. RGB value is (141,162,174). Sum of RGB (Red+Green+Blue) = 141+162+174=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #8DA2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA2AE is #725D51. Grayscale: #9D9D9D. Windows color (decimal): -7494994 or 11444877. OLE color: 11444877.

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

Color convert

RGB141162174-
CMYK0.190.0700.32
HSL201.82º16.92%61.76%-
HSV(B)201.82º18.97%68.24%-
XYZ31.5434.5645.05-
YUV157.09137.54116.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=29.56%
G=33.96%
B=36.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411621740.190.0700.32201.8216.9261.76
Hex8DA2AE137020ca113e
Octal2152422562370403122176
Binary1000110110100010101011101001111101000001100101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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