#8DA3AD

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

Shades of Bali Hai #8DA3AD

Tints of Bali Hai #8DA3AD

Color information

#8DA3AD (or 0x8DA3AD) is unknown color: approx Bali Hai. HEX triplet: 8D, A3 and AD. RGB value is (141,163,173). Sum of RGB (Red+Green+Blue) = 141+163+173=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DA3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA3AD is #725C52. Grayscale: #9D9D9D. Windows color (decimal): -7494739 or 11379597. OLE color: 11379597.

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

Color convert

RGB141163173-
CMYK0.180.0600.32
HSL198.75º16.33%61.57%-
HSV(B)198.75º18.5%67.84%-
XYZ31.6234.8744.6-
YUV157.56136.71116.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=29.56%
G=34.17%
B=36.27%

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
Decimal1411631730.180.0600.32198.7516.3361.57
Hex8DA3AD126020c7103e
Octal2152432552260403072076
Binary1000110110100011101011011001011001000001100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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