Shades of Glacier #87BAC1
Tints of Glacier #87BAC1
RGB
CMYK
RGB Variations
Color information
#87BAC1 (or 0x87BAC1) is known color: Glacier. HEX triplet: 87, BA and C1. RGB value is (135,186,193). Sum of RGB (Red+Green+Blue) = 135+186+193=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #87BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BAC1 is #78453E. Grayscale: #ABABAB. Windows color (decimal): -7882047 or 12696199. OLE color: 12696199.
HSL color Cylindrical-coordinate representation of color #87BAC1: hue angle of 187.24º 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 #87BAC1 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 186 | 193 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.24 |
| HSL | 187.24º | 0.32% | 0.64% | - |
| HSV(B) | 187.24º | 0.3% | 0.76% | - |
| XYZ | 37.18 | 44.12 | 57.01 | - |
| YUV | 171.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 186 | 193 | 0.30 | 0.04 | 0 | 0.24 | 187.24 | 0.32 | 0.64 |
| Hex | 87 | BA | C1 | 1E | 4 | 0 | 18 | BB | 20 | 40 |
| Octal | 207 | 272 | 301 | 36 | 4 | 0 | 30 | 273 | 40 | 100 |
| Binary | 10000111 | 10111010 | 11000001 | 11110 | 100 | 0 | 11000 | 10111011 | 100000 | 1000000 |
Color Harmonies of #87BAC1
Complementary color
Monochromatic Colors of #87BAC1
Black with #87BAC1
Text Example
Text Example
White with #87BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BAC1; }
p { color: rgb(135,186,193); }
H1.HeaderClassName
{
color: #87BAC1;
}
.AnyTagClassName
{
color: #87BAC1;
}
</style>
background-color css
<style>
a { background-color: #87BAC1; }
a { background-color: rgb(135,186,193); }
div.DivClassName
{
background-color: #87BAC1;
}
.BgClassName
{
background-color: #87BAC1;
}
</style>
border-color css
<style>
span { border-color: #87BAC1; }
span { border-color: rgb(135,186,193); }
td.TdClassName
{
border-color: #87BAC1;
}
.TagClassName
{
border-color: #87BAC1;
}
</style>