#87BAC1

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

Shades of Glacier #87BAC1

Tints of Glacier #87BAC1

Color information

#87BAC1 (or 0x87BAC1) is unknown color: approx Glacier. HEX triplet: 87, BA and C1. RGB value is (135,186,193). Sum of RGB (Red+Green+Blue) = 135+186+193=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #87BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BAC1 is #78453E. Grayscale: #ABABAB. Windows color (decimal): -7882047 or 12696199. OLE color: 12696199.

HSL color Cylindrical-coordinate representation of color #87BAC1: hue angle of 187.24º 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 #87BAC1 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135186193-
CMYK0.300.0400.24
HSL187.24º31.87%64.31%-
HSV(B)187.24º30.05%75.69%-
XYZ37.1844.1257.01-
YUV171.55140.1101.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.26%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=26.26%
G=36.19%
B=37.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351861930.300.0400.24187.2431.8764.31
Hex87BAC11E4018bb2040
Octal20727230136403027340100
Binary10000111101110101100000111110100011000101110111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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