Shades of Glacier #87B9C1
Tints of Glacier #87B9C1
RGB
CMYK
RGB Variations
Color information
#87B9C1 (or 0x87B9C1) is known color: Glacier. HEX triplet: 87, B9 and C1. RGB value is (135,185,193). Sum of RGB (Red+Green+Blue) = 135+185+193=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #87B9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B9C1 is #78463E. Grayscale: #AAAAAA. Windows color (decimal): -7882303 or 12695943. OLE color: 12695943.
HSL color Cylindrical-coordinate representation of color #87B9C1: hue angle of 188.28º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87B9C1 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 185 | 193 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.24 |
| HSL | 188.28º | 0.32% | 0.64% | - |
| HSV(B) | 188.28º | 0.3% | 0.76% | - |
| XYZ | 36.97 | 43.7 | 56.94 | - |
| YUV | 170.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 185 | 193 | 0.30 | 0.04 | 0 | 0.24 | 188.28 | 0.32 | 0.64 |
| Hex | 87 | B9 | C1 | 1E | 4 | 0 | 18 | BC | 20 | 40 |
| Octal | 207 | 271 | 301 | 36 | 4 | 0 | 30 | 274 | 40 | 100 |
| Binary | 10000111 | 10111001 | 11000001 | 11110 | 100 | 0 | 11000 | 10111100 | 100000 | 1000000 |
Color Harmonies of #87B9C1
Complementary color
Monochromatic Colors of #87B9C1
Black with #87B9C1
Text Example
Text Example
White with #87B9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B9C1; }
p { color: rgb(135,185,193); }
H1.HeaderClassName
{
color: #87B9C1;
}
.AnyTagClassName
{
color: #87B9C1;
}
</style>
background-color css
<style>
a { background-color: #87B9C1; }
a { background-color: rgb(135,185,193); }
div.DivClassName
{
background-color: #87B9C1;
}
.BgClassName
{
background-color: #87B9C1;
}
</style>
border-color css
<style>
span { border-color: #87B9C1; }
span { border-color: rgb(135,185,193); }
td.TdClassName
{
border-color: #87B9C1;
}
.TagClassName
{
border-color: #87B9C1;
}
</style>