#87B3B0

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

Shades of Ziggurat #87B3B0

Tints of Ziggurat #87B3B0

Color information

#87B3B0 (or 0x87B3B0) is unknown color: approx Ziggurat. HEX triplet: 87, B3 and B0. RGB value is (135,179,176). Sum of RGB (Red+Green+Blue) = 135+179+176=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 179 - color contains mainly: green. Hex color #87B3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B3B0 is #784C4F. Grayscale: #A5A5A5. Windows color (decimal): -7883856 or 11580295. OLE color: 11580295.

HSL color Cylindrical-coordinate representation of color #87B3B0: hue angle of 175.91º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87B3B0 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB135179176-
CMYK0.2500.020.30
HSL175.91º22.45%61.57%-
HSV(B)175.91º24.58%70.2%-
XYZ33.9540.5347.11-
YUV165.5133.92106.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 179 (70.31% from 255) = 36.53%
BLUE value IS 176 (69.14% from 255) = 35.92%
R=27.55%
G=36.53%
B=35.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1351791760.2500.020.30175.9122.4561.57
Hex87B3B019021Eb0163e
Octal2072632603102362602676
Binary10000111101100111011000011001010111101011000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87B3B0; }

 p { color: rgb(135,179,176); }

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

<style>
 a { background-color: #87B3B0; }

 a { background-color: rgb(135,179,176); }

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

<style>
 span { border-color: #87B3B0; }

 span { border-color: rgb(135,179,176); }

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