#87B1BF

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

Shades of Glacier #87B1BF

Tints of Glacier #87B1BF

Color information

#87B1BF (or 0x87B1BF) is unknown color: approx Glacier. HEX triplet: 87, B1 and BF. RGB value is (135,177,191). Sum of RGB (Red+Green+Blue) = 135+177+191=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #87B1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B1BF is #784E40. Grayscale: #A5A5A5. Windows color (decimal): -7884353 or 12562823. OLE color: 12562823.

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

Color convert

RGB135177191-
CMYK0.290.0700.25
HSL195º30.43%63.92%-
HSV(B)195º29.32%74.9%-
XYZ35.1240.3655.23-
YUV166.04142.09105.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.84%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 191 (75% from 255) = 37.97%
R=26.84%
G=35.19%
B=37.97%

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
Decimal1351771910.290.0700.2519530.4363.92
Hex87B1BF1D7019c31e40
Octal20726127735703130336100
Binary1000011110110001101111111110111101100111000011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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