#8DAAAD

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

Shades of Ziggurat #8DAAAD

Tints of Ziggurat #8DAAAD

Color information

#8DAAAD (or 0x8DAAAD) is unknown color: approx Ziggurat. HEX triplet: 8D, AA and AD. RGB value is (141,170,173). Sum of RGB (Red+Green+Blue) = 141+170+173=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAAAD is #725552. Grayscale: #A1A1A1. Windows color (decimal): -7492947 or 11381389. OLE color: 11381389.

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

Color convert

RGB141170173-
CMYK0.180.0200.32
HSL185.62º16.33%61.57%-
HSV(B)185.62º18.5%67.84%-
XYZ32.937.4345.03-
YUV161.67134.39113.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=29.13%
G=35.12%
B=35.74%

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
Decimal1411701730.180.0200.32185.6216.3361.57
Hex8DAAAD122020ba103e
Octal2152522552220402722076
Binary100011011010101010101101100101001000001011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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