#87BCC1

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

Shades of Glacier #87BCC1

Tints of Glacier #87BCC1

Color information

#87BCC1 (or 0x87BCC1) is unknown color: approx Glacier. HEX triplet: 87, BC and C1. RGB value is (135,188,193). Sum of RGB (Red+Green+Blue) = 135+188+193=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #87BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BCC1 is #78433E. Grayscale: #ACACAC. Windows color (decimal): -7881535 or 12696711. OLE color: 12696711.

HSL color Cylindrical-coordinate representation of color #87BCC1: hue angle of 185.17º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87BCC1 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135188193-
CMYK0.300.0300.24
HSL185.17º31.87%64.31%-
HSV(B)185.17º30.05%75.69%-
XYZ37.644.9757.15-
YUV172.72139.44101.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.16%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=26.16%
G=36.43%
B=37.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351881930.300.0300.24185.1731.8764.31
Hex87BCC11E3018b92040
Octal20727430136303027140100
Binary1000011110111100110000011111011011000101110011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,188,193); }

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

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

 a { background-color: rgb(135,188,193); }

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

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

 span { border-color: rgb(135,188,193); }

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