#86AEB1

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

Shades of Ziggurat #86AEB1

Tints of Ziggurat #86AEB1

Color information

#86AEB1 (or 0x86AEB1) is unknown color: approx Ziggurat. HEX triplet: 86, AE and B1. RGB value is (134,174,177). Sum of RGB (Red+Green+Blue) = 134+174+177=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 177 - color contains mainly: blue. Hex color #86AEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AEB1 is #79514E. Grayscale: #A2A2A2. Windows color (decimal): -7950671 or 11644550. OLE color: 11644550.

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

Color convert

RGB134174177-
CMYK0.240.0200.31
HSL184.19º21.61%60.98%-
HSV(B)184.19º24.29%69.41%-
XYZ32.938.5147.29-
YUV162.38136.25107.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.63%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=27.63%
G=35.88%
B=36.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341741770.240.0200.31184.1921.6160.98
Hex86AEB118201Fb8163d
Octal2062562613020372702675
Binary10000110101011101011000111000100111111011100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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