#87B0BF

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

Shades of Glacier #87B0BF

Tints of Glacier #87B0BF

Color information

#87B0BF (or 0x87B0BF) is unknown color: approx Glacier. HEX triplet: 87, B0 and BF. RGB value is (135,176,191). Sum of RGB (Red+Green+Blue) = 135+176+191=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #87B0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B0BF is #784F40. Grayscale: #A5A5A5. Windows color (decimal): -7884609 or 12562567. OLE color: 12562567.

HSL color Cylindrical-coordinate representation of color #87B0BF: hue angle of 196.07º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87B0BF is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135176191-
CMYK0.290.0800.25
HSL196.07º30.43%63.92%-
HSV(B)196.07º29.32%74.9%-
XYZ34.9239.9655.16-
YUV165.45142.42106.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.89%
GREEN value IS 176 (69.14% from 255) = 35.06%
BLUE value IS 191 (75% from 255) = 38.05%
R=26.89%
G=35.06%
B=38.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351761910.290.0800.25196.0730.4363.92
Hex87B0BF1D8019c41e40
Octal207260277351003130436100
Binary10000111101100001011111111101100001100111000100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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