#87B0C1

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

Shades of Glacier #87B0C1

Tints of Glacier #87B0C1

Color information

#87B0C1 (or 0x87B0C1) is unknown color: approx Glacier. HEX triplet: 87, B0 and C1. RGB value is (135,176,193). Sum of RGB (Red+Green+Blue) = 135+176+193=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #87B0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B0C1 is #784F3E. Grayscale: #A5A5A5. Windows color (decimal): -7884607 or 12693639. OLE color: 12693639.

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

Color convert

RGB135176193-
CMYK0.300.0900.24
HSL197.59º31.87%64.31%-
HSV(B)197.59º30.05%75.69%-
XYZ35.1440.0556.33-
YUV165.68143.42106.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.79%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=26.79%
G=34.92%
B=38.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351761930.300.0900.24197.5931.8764.31
Hex87B0C11E9018c62040
Octal207260301361103030640100
Binary100001111011000011000001111101001011000110001101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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