#8DA1AD

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

Shades of Bali Hai #8DA1AD

Tints of Bali Hai #8DA1AD

Color information

#8DA1AD (or 0x8DA1AD) is unknown color: approx Bali Hai. HEX triplet: 8D, A1 and AD. RGB value is (141,161,173). Sum of RGB (Red+Green+Blue) = 141+161+173=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA1AD is #725E52. Grayscale: #9C9C9C. Windows color (decimal): -7495251 or 11379085. OLE color: 11379085.

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

Color convert

RGB141161173-
CMYK0.180.0700.32
HSL202.5º16.33%61.57%-
HSV(B)202.5º18.5%67.84%-
XYZ31.2734.1744.48-
YUV156.39137.37117.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.68%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=29.68%
G=33.89%
B=36.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411611730.180.0700.32202.516.3361.57
Hex8DA1AD127020ca103e
Octal2152412552270403122076
Binary1000110110100001101011011001011101000001100101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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