#87B2BF

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

Shades of Glacier #87B2BF

Tints of Glacier #87B2BF

Color information

#87B2BF (or 0x87B2BF) is unknown color: approx Glacier. HEX triplet: 87, B2 and BF. RGB value is (135,178,191). Sum of RGB (Red+Green+Blue) = 135+178+191=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #87B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B2BF is #784D40. Grayscale: #A6A6A6. Windows color (decimal): -7884097 or 12563079. OLE color: 12563079.

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

Color convert

RGB135178191-
CMYK0.290.0700.25
HSL193.93º30.43%63.92%-
HSV(B)193.93º29.32%74.9%-
XYZ35.3240.7555.3-
YUV166.62141.75105.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.79%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 191 (75% from 255) = 37.90%
R=26.79%
G=35.32%
B=37.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351781910.290.0700.25193.9330.4363.92
Hex87B2BF1D7019c21e40
Octal20726227735703130236100
Binary1000011110110010101111111110111101100111000010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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