#8CACAF

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

Shades of Ziggurat #8CACAF

Tints of Ziggurat #8CACAF

Color information

#8CACAF (or 0x8CACAF) is unknown color: approx Ziggurat. HEX triplet: 8C, AC and AF. RGB value is (140,172,175). Sum of RGB (Red+Green+Blue) = 140+172+175=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #8CACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CACAF is #735350. Grayscale: #A2A2A2. Windows color (decimal): -7557969 or 11512972. OLE color: 11512972.

HSL color Cylindrical-coordinate representation of color #8CACAF: hue angle of 185.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CACAF is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB140172175-
CMYK0.20.0200.31
HSL185.14º17.95%61.76%-
HSV(B)185.14º20%68.63%-
XYZ33.3138.1846.17-
YUV162.77134.9111.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.75%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=28.75%
G=35.32%
B=35.93%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401721750.20.0200.31185.1417.9561.76
Hex8CACAF14201Fb9123e
Octal2142542572420372712276
Binary10001100101011001010111110100100111111011100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,172,175); }

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

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

 a { background-color: rgb(140,172,175); }

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

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

 span { border-color: rgb(140,172,175); }

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