#86AAAF

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

Shades of Ziggurat #86AAAF

Tints of Ziggurat #86AAAF

Color information

#86AAAF (or 0x86AAAF) is unknown color: approx Ziggurat. HEX triplet: 86, AA and AF. RGB value is (134,170,175). Sum of RGB (Red+Green+Blue) = 134+170+175=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #86AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AAAF is #795550. Grayscale: #9F9F9F. Windows color (decimal): -7951697 or 11512454. OLE color: 11512454.

HSL color Cylindrical-coordinate representation of color #86AAAF: hue angle of 187.32º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AAAF is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134170175-
CMYK0.230.0300.31
HSL187.32º20.4%60.59%-
HSV(B)187.32º23.43%68.63%-
XYZ31.9436.9146-
YUV159.81136.57109.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=27.97%
G=35.49%
B=36.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341701750.230.0300.31187.3220.460.59
Hex86AAAF17301Fbb143d
Octal2062522572730372732475
Binary10000110101010101010111110111110111111011101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AAAF; }

 p { color: rgb(134,170,175); }

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

<style>
 a { background-color: #86AAAF; }

 a { background-color: rgb(134,170,175); }

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

<style>
 span { border-color: #86AAAF; }

 span { border-color: rgb(134,170,175); }

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