#87B5BD

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

Shades of Glacier #87B5BD

Tints of Glacier #87B5BD

Color information

#87B5BD (or 0x87B5BD) is unknown color: approx Glacier. HEX triplet: 87, B5 and BD. RGB value is (135,181,189). Sum of RGB (Red+Green+Blue) = 135+181+189=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #87B5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B5BD is #784A42. Grayscale: #A8A8A8. Windows color (decimal): -7883331 or 12432775. OLE color: 12432775.

HSL color Cylindrical-coordinate representation of color #87B5BD: hue angle of 188.89º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87B5BD is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135181189-
CMYK0.290.0400.26
HSL188.89º29.03%63.53%-
HSV(B)188.89º28.57%74.12%-
XYZ35.741.8754.34-
YUV168.16139.76104.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.73%
GREEN value IS 181 (71.09% from 255) = 35.84%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=26.73%
G=35.84%
B=37.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351811890.290.0400.26188.8929.0363.53
Hex87B5BD1D401Abd1d40
Octal20726527535403227535100
Binary1000011110110101101111011110110001101010111101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,181,189); }

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

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

 a { background-color: rgb(135,181,189); }

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

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

 span { border-color: rgb(135,181,189); }

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