#87B5B2

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

Shades of Ziggurat #87B5B2

Tints of Ziggurat #87B5B2

Color information

#87B5B2 (or 0x87B5B2) is unknown color: approx Ziggurat. HEX triplet: 87, B5 and B2. RGB value is (135,181,178). Sum of RGB (Red+Green+Blue) = 135+181+178=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #87B5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B5B2 is #784A4D. Grayscale: #A6A6A6. Windows color (decimal): -7883342 or 11711879. OLE color: 11711879.

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

Color convert

RGB135181178-
CMYK0.2500.020.29
HSL176.09º23.71%61.96%-
HSV(B)176.09º25.41%70.98%-
XYZ34.5541.4148.29-
YUV166.9134.26105.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 178 (69.92% from 255) = 36.03%
R=27.33%
G=36.64%
B=36.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351811780.2500.020.29176.0923.7161.96
Hex87B5B219021Db0183e
Octal2072652623102352603076
Binary10000111101101011011001011001010111011011000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,181,178); }

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

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

 a { background-color: rgb(135,181,178); }

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

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

 span { border-color: rgb(135,181,178); }

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