#87BDBD

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

Shades of Glacier #87BDBD

Tints of Glacier #87BDBD

Color information

#87BDBD (or 0x87BDBD) is unknown color: approx Glacier. HEX triplet: 87, BD and BD. RGB value is (135,189,189). Sum of RGB (Red+Green+Blue) = 135+189+189=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #87BDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDBD is #784242. Grayscale: #ACACAC. Windows color (decimal): -7881283 or 12434823. OLE color: 12434823.

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

Color convert

RGB135189189-
CMYK0.29000.26
HSL180º29.03%63.53%-
HSV(B)180º28.57%74.12%-
XYZ37.3745.2254.9-
YUV172.85137.11101-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.32%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=26.32%
G=36.84%
B=36.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351891890.29000.2618029.0363.53
Hex87BDBD1D001Ab41d40
Octal20727527535003226435100
Binary10000111101111011011110111101001101010110100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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