#8DA1AE

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

Shades of Bali Hai #8DA1AE

Tints of Bali Hai #8DA1AE

Color information

#8DA1AE (or 0x8DA1AE) is unknown color: approx Bali Hai. HEX triplet: 8D, A1 and AE. RGB value is (141,161,174). Sum of RGB (Red+Green+Blue) = 141+161+174=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 161 (63.28% from 255 or 33.82% 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 #8DA1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA1AE is #725E51. Grayscale: #9C9C9C. Windows color (decimal): -7495250 or 11444621. OLE color: 11444621.

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

Color convert

RGB141161174-
CMYK0.190.0700.32
HSL203.64º16.92%61.76%-
HSV(B)203.64º18.97%68.24%-
XYZ31.3734.2144.99-
YUV156.5137.87116.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=29.62%
G=33.82%
B=36.55%

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
Decimal1411611740.190.0700.32203.6416.9261.76
Hex8DA1AE137020cc113e
Octal2152412562370403142176
Binary1000110110100001101011101001111101000001100110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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