#86AAAE

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

Shades of Ziggurat #86AAAE

Tints of Ziggurat #86AAAE

Color information

#86AAAE (or 0x86AAAE) is unknown color: approx Ziggurat. HEX triplet: 86, AA and AE. RGB value is (134,170,174). Sum of RGB (Red+Green+Blue) = 134+170+174=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #86AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AAAE is #795551. Grayscale: #9F9F9F. Windows color (decimal): -7951698 or 11446918. OLE color: 11446918.

HSL color Cylindrical-coordinate representation of color #86AAAE: hue angle of 186º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AAAE is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134170174-
CMYK0.230.0200.32
HSL186º19.8%60.39%-
HSV(B)186º22.99%68.24%-
XYZ31.8536.8745.48-
YUV159.69136.07109.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.03%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=28.03%
G=35.56%
B=36.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341701740.230.0200.3218619.860.39
Hex86AAAE172020ba143c
Octal2062522562720402722474
Binary100001101010101010101110101111001000001011101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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