#8DADAE

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

Shades of Ziggurat #8DADAE

Tints of Ziggurat #8DADAE

Color information

#8DADAE (or 0x8DADAE) is unknown color: approx Ziggurat. HEX triplet: 8D, AD and AE. RGB value is (141,173,174). Sum of RGB (Red+Green+Blue) = 141+173+174=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #8DADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DADAE is #725251. Grayscale: #A3A3A3. Windows color (decimal): -7492178 or 11447693. OLE color: 11447693.

HSL color Cylindrical-coordinate representation of color #8DADAE: hue angle of 181.82º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DADAE is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141173174-
CMYK0.190.0100.32
HSL181.82º16.92%61.76%-
HSV(B)181.82º18.97%68.24%-
XYZ33.5738.6145.73-
YUV163.55133.9111.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.89%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=28.89%
G=35.45%
B=35.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411731740.190.0100.32181.8216.9261.76
Hex8DADAE131020b6113e
Octal2152552562310402662176
Binary10001101101011011010111010011101000001011011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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