#86B4B2

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

Shades of Ziggurat #86B4B2

Tints of Ziggurat #86B4B2

Color information

#86B4B2 (or 0x86B4B2) is unknown color: approx Ziggurat. HEX triplet: 86, B4 and B2. RGB value is (134,180,178). Sum of RGB (Red+Green+Blue) = 134+180+178=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #86B4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B4B2 is #794B4D. Grayscale: #A5A5A5. Windows color (decimal): -7949134 or 11711622. OLE color: 11711622.

HSL color Cylindrical-coordinate representation of color #86B4B2: hue angle of 177.39º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B4B2 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB134180178-
CMYK0.2600.010.29
HSL177.39º23.47%61.57%-
HSV(B)177.39º25.56%70.59%-
XYZ34.1940.9348.22-
YUV166.02134.76105.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.24%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 178 (69.92% from 255) = 36.18%
R=27.24%
G=36.59%
B=36.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341801780.2600.010.29177.3923.4761.57
Hex86B4B21A011Db1173e
Octal2062642623201352612776
Binary1000011010110100101100101101001111011011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,180,178); }

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

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

 a { background-color: rgb(134,180,178); }

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

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

 span { border-color: rgb(134,180,178); }

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