Shades of Glacier #87B5BD
Tints of Glacier #87B5BD
RGB
CMYK
RGB Variations
Color information
#87B5BD (or 0x87B5BD) is known color: Glacier. HEX triplet: 87, B5 and BD. RGB value is (135,181,189). Sum of RGB (Red+Green+Blue) = 135+181+189=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #87B5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B5BD is #784A42. Grayscale: #A8A8A8. Windows color (decimal): -7883331 or 12432775. OLE color: 12432775.
HSL color Cylindrical-coordinate representation of color #87B5BD: hue angle of 188.89º 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 #87B5BD is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 181 | 189 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.26 |
| HSL | 188.89º | 0.29% | 0.64% | - |
| HSV(B) | 188.89º | 0.29% | 0.74% | - |
| XYZ | 35.7 | 41.87 | 54.34 | - |
| YUV | 168.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 181 | 189 | 0.29 | 0.04 | 0 | 0.26 | 188.89 | 0.29 | 0.64 |
| Hex | 87 | B5 | BD | 1D | 4 | 0 | 1A | BD | 1D | 40 |
| Octal | 207 | 265 | 275 | 35 | 4 | 0 | 32 | 275 | 35 | 100 |
| Binary | 10000111 | 10110101 | 10111101 | 11101 | 100 | 0 | 11010 | 10111101 | 11101 | 1000000 |
Color Harmonies of #87B5BD
Complementary color
Monochromatic Colors of #87B5BD
Black with #87B5BD
Text Example
Text Example
White with #87B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B5BD; }
p { color: rgb(135,181,189); }
H1.HeaderClassName
{
color: #87B5BD;
}
.AnyTagClassName
{
color: #87B5BD;
}
</style>
background-color css
<style>
a { background-color: #87B5BD; }
a { background-color: rgb(135,181,189); }
div.DivClassName
{
background-color: #87B5BD;
}
.BgClassName
{
background-color: #87B5BD;
}
</style>
border-color css
<style>
span { border-color: #87B5BD; }
span { border-color: rgb(135,181,189); }
td.TdClassName
{
border-color: #87B5BD;
}
.TagClassName
{
border-color: #87B5BD;
}
</style>