#87B4C4

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

Shades of Glacier #87B4C4

Tints of Glacier #87B4C4

Color information

#87B4C4 (or 0x87B4C4) is unknown color: approx Glacier. HEX triplet: 87, B4 and C4. RGB value is (135,180,196). Sum of RGB (Red+Green+Blue) = 135+180+196=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #87B4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B4C4 is #784B3B. Grayscale: #A8A8A8. Windows color (decimal): -7883580 or 12891271. OLE color: 12891271.

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

Color convert

RGB135180196-
CMYK0.310.0800.23
HSL195.74º34.08%64.9%-
HSV(B)195.74º31.12%76.86%-
XYZ36.2841.7858.38-
YUV168.37143.59104.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.42%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=26.42%
G=35.23%
B=38.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1351801960.310.0800.23195.7434.0864.9
Hex87B4C41F8017c42241
Octal207264304371002730442101
Binary100001111011010011000100111111000010111110001001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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