#87BFC1

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

Shades of Glacier #87BFC1

Tints of Glacier #87BFC1

Color information

#87BFC1 (or 0x87BFC1) is unknown color: approx Glacier. HEX triplet: 87, BF and C1. RGB value is (135,191,193). Sum of RGB (Red+Green+Blue) = 135+191+193=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #87BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFC1 is #78403E. Grayscale: #AEAEAE. Windows color (decimal): -7880767 or 12697479. OLE color: 12697479.

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

Color convert

RGB135191193-
CMYK0.300.0100.24
HSL182.07º31.87%64.31%-
HSV(B)182.07º30.05%75.69%-
XYZ38.2546.2657.37-
YUV174.48138.4599.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=26.01%
G=36.80%
B=37.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351911930.300.0100.24182.0731.8764.31
Hex87BFC11E1018b62040
Octal20727730136103026640100
Binary100001111011111111000001111101011000101101101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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