#8FAAAB

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

Shades of Ziggurat #8FAAAB

Tints of Ziggurat #8FAAAB

Color information

#8FAAAB (or 0x8FAAAB) is unknown color: approx Ziggurat. HEX triplet: 8F, AA and AB. RGB value is (143,170,171). Sum of RGB (Red+Green+Blue) = 143+170+171=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #8FAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAAB is #705554. Grayscale: #A2A2A2. Windows color (decimal): -7361877 or 11250319. OLE color: 11250319.

HSL color Cylindrical-coordinate representation of color #8FAAAB: hue angle of 182.14º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAAAB is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143170171-
CMYK0.160.0100.33
HSL182.14º14.29%61.57%-
HSV(B)182.14º16.37%67.06%-
XYZ33.0537.5344.03-
YUV162.04133.05114.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.55%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=29.55%
G=35.12%
B=35.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431701710.160.0100.33182.1414.2961.57
Hex8FAAAB101021b6e3e
Octal2172522532010412661676
Binary1000111110101010101010111000010100001101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,171); }

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

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

 a { background-color: rgb(143,170,171); }

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

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

 span { border-color: rgb(143,170,171); }

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