Shades of Glacier #87B1C0
Tints of Glacier #87B1C0
RGB
CMYK
RGB Variations
Color information
#87B1C0 (or 0x87B1C0) is known color: Glacier. HEX triplet: 87, B1 and C0. RGB value is (135,177,192). Sum of RGB (Red+Green+Blue) = 135+177+192=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #87B1C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B1C0 is #784E3F. Grayscale: #A6A6A6. Windows color (decimal): -7884352 or 12628359. OLE color: 12628359.
HSL color Cylindrical-coordinate representation of color #87B1C0: hue angle of 195.79º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87B1C0 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 177 | 192 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.25 |
| HSL | 195.79º | 0.31% | 0.64% | - |
| HSV(B) | 195.79º | 0.3% | 0.75% | - |
| XYZ | 35.23 | 40.4 | 55.81 | - |
| YUV | 166.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 177 | 192 | 0.30 | 0.08 | 0 | 0.25 | 195.79 | 0.31 | 0.64 |
| Hex | 87 | B1 | C0 | 1E | 8 | 0 | 19 | C4 | 1F | 40 |
| Octal | 207 | 261 | 300 | 36 | 10 | 0 | 31 | 304 | 37 | 100 |
| Binary | 10000111 | 10110001 | 11000000 | 11110 | 1000 | 0 | 11001 | 11000100 | 11111 | 1000000 |
Color Harmonies of #87B1C0
Complementary color
Monochromatic Colors of #87B1C0
Black with #87B1C0
Text Example
Text Example
White with #87B1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B1C0; }
p { color: rgb(135,177,192); }
H1.HeaderClassName
{
color: #87B1C0;
}
.AnyTagClassName
{
color: #87B1C0;
}
</style>
background-color css
<style>
a { background-color: #87B1C0; }
a { background-color: rgb(135,177,192); }
div.DivClassName
{
background-color: #87B1C0;
}
.BgClassName
{
background-color: #87B1C0;
}
</style>
border-color css
<style>
span { border-color: #87B1C0; }
span { border-color: rgb(135,177,192); }
td.TdClassName
{
border-color: #87B1C0;
}
.TagClassName
{
border-color: #87B1C0;
}
</style>