Shades of Glacier #87BABF
Tints of Glacier #87BABF
RGB
CMYK
RGB Variations
Color information
#87BABF (or 0x87BABF) is known color: Glacier. HEX triplet: 87, BA and BF. RGB value is (135,186,191). Sum of RGB (Red+Green+Blue) = 135+186+191=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #87BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BABF is #784540. Grayscale: #ABABAB. Windows color (decimal): -7882049 or 12565127. OLE color: 12565127.
HSL color Cylindrical-coordinate representation of color #87BABF: hue angle of 185.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87BABF is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 186 | 191 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.25 |
| HSL | 185.36º | 0.3% | 0.64% | - |
| HSV(B) | 185.36º | 0.29% | 0.75% | - |
| XYZ | 36.95 | 44.03 | 55.84 | - |
| YUV | 171.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 186 | 191 | 0.29 | 0.03 | 0 | 0.25 | 185.36 | 0.3 | 0.64 |
| Hex | 87 | BA | BF | 1D | 3 | 0 | 19 | B9 | 1E | 40 |
| Octal | 207 | 272 | 277 | 35 | 3 | 0 | 31 | 271 | 36 | 100 |
| Binary | 10000111 | 10111010 | 10111111 | 11101 | 11 | 0 | 11001 | 10111001 | 11110 | 1000000 |
Color Harmonies of #87BABF
Complementary color
Monochromatic Colors of #87BABF
Black with #87BABF
Text Example
Text Example
White with #87BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BABF; }
p { color: rgb(135,186,191); }
H1.HeaderClassName
{
color: #87BABF;
}
.AnyTagClassName
{
color: #87BABF;
}
</style>
background-color css
<style>
a { background-color: #87BABF; }
a { background-color: rgb(135,186,191); }
div.DivClassName
{
background-color: #87BABF;
}
.BgClassName
{
background-color: #87BABF;
}
</style>
border-color css
<style>
span { border-color: #87BABF; }
span { border-color: rgb(135,186,191); }
td.TdClassName
{
border-color: #87BABF;
}
.TagClassName
{
border-color: #87BABF;
}
</style>