#87B0B4

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

Shades of Ziggurat #87B0B4

Tints of Ziggurat #87B0B4

Color information

#87B0B4 (or 0x87B0B4) is unknown color: approx Ziggurat. HEX triplet: 87, B0 and B4. RGB value is (135,176,180). Sum of RGB (Red+Green+Blue) = 135+176+180=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 180 - color contains mainly: blue. Hex color #87B0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B0B4 is #784F4B. Grayscale: #A4A4A4. Windows color (decimal): -7884620 or 11841671. OLE color: 11841671.

HSL color Cylindrical-coordinate representation of color #87B0B4: hue angle of 185.33º degrees, saturation: 0.23, 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 #87B0B4 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135176180-
CMYK0.250.0200.29
HSL185.33º23.08%61.76%-
HSV(B)185.33º25%70.59%-
XYZ33.7639.549.02-
YUV164.2136.92107.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=27.49%
G=35.85%
B=36.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351761800.250.0200.29185.3323.0861.76
Hex87B0B419201Db9173e
Octal2072602643120352712776
Binary10000111101100001011010011001100111011011100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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