#86ABB0

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

Shades of Ziggurat #86ABB0

Tints of Ziggurat #86ABB0

Color information

#86ABB0 (or 0x86ABB0) is unknown color: approx Ziggurat. HEX triplet: 86, AB and B0. RGB value is (134,171,176). Sum of RGB (Red+Green+Blue) = 134+171+176=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 176 - color contains mainly: blue. Hex color #86ABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ABB0 is #79544F. Grayscale: #A0A0A0. Windows color (decimal): -7951440 or 11578246. OLE color: 11578246.

HSL color Cylindrical-coordinate representation of color #86ABB0: hue angle of 187.14º degrees, saturation: 0.21, 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 #86ABB0 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134171176-
CMYK0.240.0300.31
HSL187.14º21%60.78%-
HSV(B)187.14º23.86%69.02%-
XYZ32.2337.3346.58-
YUV160.51136.74109.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 176 (69.14% from 255) = 36.59%
R=27.86%
G=35.55%
B=36.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341711760.240.0300.31187.142160.78
Hex86ABB018301Fbb153d
Octal2062532603030372732575
Binary10000110101010111011000011000110111111011101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,171,176); }

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

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

 a { background-color: rgb(134,171,176); }

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

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

 span { border-color: rgb(134,171,176); }

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