#8DA9AD

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

Shades of Ziggurat #8DA9AD

Tints of Ziggurat #8DA9AD

Color information

#8DA9AD (or 0x8DA9AD) is unknown color: approx Ziggurat. HEX triplet: 8D, A9 and AD. RGB value is (141,169,173). Sum of RGB (Red+Green+Blue) = 141+169+173=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA9AD is #725652. Grayscale: #A1A1A1. Windows color (decimal): -7493203 or 11381133. OLE color: 11381133.

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

Color convert

RGB141169173-
CMYK0.180.0200.32
HSL187.5º16.33%61.57%-
HSV(B)187.5º18.5%67.84%-
XYZ32.7237.0644.96-
YUV161.08134.72113.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.19%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=29.19%
G=34.99%
B=35.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411691730.180.0200.32187.516.3361.57
Hex8DA9AD122020bb103e
Octal2152512552220402732076
Binary100011011010100110101101100101001000001011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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