#8DA0AF

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

Shades of Bali Hai #8DA0AF

Tints of Bali Hai #8DA0AF

Color information

#8DA0AF (or 0x8DA0AF) is unknown color: approx Bali Hai. HEX triplet: 8D, A0 and AF. RGB value is (141,160,175). Sum of RGB (Red+Green+Blue) = 141+160+175=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #8DA0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA0AF is #725F50. Grayscale: #9B9B9B. Windows color (decimal): -7495505 or 11509901. OLE color: 11509901.

HSL color Cylindrical-coordinate representation of color #8DA0AF: hue angle of 206.47º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DA0AF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB141160175-
CMYK0.190.0900.31
HSL206.47º17.53%61.96%-
HSV(B)206.47º19.43%68.63%-
XYZ31.2933.945.45-
YUV156.03138.71117.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=29.62%
G=33.61%
B=36.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411601750.190.0900.31206.4717.5361.96
Hex8DA0AF13901Fce123e
Octal21524025723110373162276
Binary1000110110100000101011111001110010111111100111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,160,175); }

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

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

 a { background-color: rgb(141,160,175); }

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

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

 span { border-color: rgb(141,160,175); }

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