#8CABAD

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

Shades of Ziggurat #8CABAD

Tints of Ziggurat #8CABAD

Color information

#8CABAD (or 0x8CABAD) is unknown color: approx Ziggurat. HEX triplet: 8C, AB and AD. RGB value is (140,171,173). Sum of RGB (Red+Green+Blue) = 140+171+173=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 171 (67.19% from 255 or 35.33% 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 #8CABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CABAD is #735452. Grayscale: #A1A1A1. Windows color (decimal): -7558227 or 11381644. OLE color: 11381644.

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

Color convert

RGB140171173-
CMYK0.190.0100.32
HSL183.64º16.75%61.37%-
HSV(B)183.64º19.08%67.84%-
XYZ32.9237.7245.08-
YUV161.96134.23112.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.93%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=28.93%
G=35.33%
B=35.74%

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
Decimal1401711730.190.0100.32183.6416.7561.37
Hex8CABAD131020b8113d
Octal2142532552310402702175
Binary10001100101010111010110110011101000001011100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,171,173); }

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

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

 a { background-color: rgb(140,171,173); }

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

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

 span { border-color: rgb(140,171,173); }

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