#87BABF

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

Shades of Glacier #87BABF

Tints of Glacier #87BABF

Color information

#87BABF (or 0x87BABF) is unknown color: approx Glacier. HEX triplet: 87, BA and BF. RGB value is (135,186,191). Sum of RGB (Red+Green+Blue) = 135+186+191=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #87BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BABF is #784540. Grayscale: #ABABAB. Windows color (decimal): -7882049 or 12565127. OLE color: 12565127.

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

Color convert

RGB135186191-
CMYK0.290.0300.25
HSL185.36º30.43%63.92%-
HSV(B)185.36º29.32%74.9%-
XYZ36.9544.0355.84-
YUV171.32139.1102.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.37%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 191 (75% from 255) = 37.30%
R=26.37%
G=36.33%
B=37.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351861910.290.0300.25185.3630.4363.92
Hex87BABF1D3019b91e40
Octal20727227735303127136100
Binary100001111011101010111111111011101100110111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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