Shades of Glacier #87B8BD
Tints of Glacier #87B8BD
RGB
CMYK
RGB Variations
Color information
#87B8BD (or 0x87B8BD) is known color: Glacier. HEX triplet: 87, B8 and BD. RGB value is (135,184,189). Sum of RGB (Red+Green+Blue) = 135+184+189=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #87B8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B8BD is #784742. Grayscale: #A9A9A9. Windows color (decimal): -7882563 or 12433543. OLE color: 12433543.
HSL color Cylindrical-coordinate representation of color #87B8BD: hue angle of 185.56º 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 #87B8BD is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 184 | 189 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.26 |
| HSL | 185.56º | 0.29% | 0.64% | - |
| HSV(B) | 185.56º | 0.29% | 0.74% | - |
| XYZ | 36.32 | 43.11 | 54.55 | - |
| YUV | 169.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 184 | 189 | 0.29 | 0.03 | 0 | 0.26 | 185.56 | 0.29 | 0.64 |
| Hex | 87 | B8 | BD | 1D | 3 | 0 | 1A | BA | 1D | 40 |
| Octal | 207 | 270 | 275 | 35 | 3 | 0 | 32 | 272 | 35 | 100 |
| Binary | 10000111 | 10111000 | 10111101 | 11101 | 11 | 0 | 11010 | 10111010 | 11101 | 1000000 |
Color Harmonies of #87B8BD
Complementary color
Monochromatic Colors of #87B8BD
Black with #87B8BD
Text Example
Text Example
White with #87B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B8BD; }
p { color: rgb(135,184,189); }
H1.HeaderClassName
{
color: #87B8BD;
}
.AnyTagClassName
{
color: #87B8BD;
}
</style>
background-color css
<style>
a { background-color: #87B8BD; }
a { background-color: rgb(135,184,189); }
div.DivClassName
{
background-color: #87B8BD;
}
.BgClassName
{
background-color: #87B8BD;
}
</style>
border-color css
<style>
span { border-color: #87B8BD; }
span { border-color: rgb(135,184,189); }
td.TdClassName
{
border-color: #87B8BD;
}
.TagClassName
{
border-color: #87B8BD;
}
</style>