#87B4C3

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

Shades of Glacier #87B4C3

Tints of Glacier #87B4C3

Color information

#87B4C3 (or 0x87B4C3) is unknown color: approx Glacier. HEX triplet: 87, B4 and C3. RGB value is (135,180,195). Sum of RGB (Red+Green+Blue) = 135+180+195=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #87B4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B4C3 is #784B3C. Grayscale: #A8A8A8. Windows color (decimal): -7883581 or 12825735. OLE color: 12825735.

HSL color Cylindrical-coordinate representation of color #87B4C3: hue angle of 195º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87B4C3 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135180195-
CMYK0.310.0800.24
HSL195º33.33%64.71%-
HSV(B)195º30.77%76.47%-
XYZ36.1641.7357.78-
YUV168.25143.09104.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.47%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=26.47%
G=35.29%
B=38.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351801950.310.0800.2419533.3364.71
Hex87B4C31F8018c32141
Octal207264303371003030341101
Binary100001111011010011000011111111000011000110000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,180,195); }

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

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

 a { background-color: rgb(135,180,195); }

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

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

 span { border-color: rgb(135,180,195); }

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