Shades of Glacier #87BDC5
Tints of Glacier #87BDC5
RGB
CMYK
RGB Variations
Color information
#87BDC5 (or 0x87BDC5) is known color: Glacier. HEX triplet: 87, BD and C5. RGB value is (135,189,197). Sum of RGB (Red+Green+Blue) = 135+189+197=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #87BDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDC5 is #78423A. Grayscale: #ADADAD. Windows color (decimal): -7881275 or 12959111. OLE color: 12959111.
HSL color Cylindrical-coordinate representation of color #87BDC5: hue angle of 187.74º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87BDC5 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 189 | 197 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.23 |
| HSL | 187.74º | 0.35% | 0.65% | - |
| HSV(B) | 187.74º | 0.31% | 0.77% | - |
| XYZ | 38.27 | 45.58 | 59.6 | - |
| YUV | 173.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 197 | 0.31 | 0.04 | 0 | 0.23 | 187.74 | 0.35 | 0.65 |
| Hex | 87 | BD | C5 | 1F | 4 | 0 | 17 | BC | 23 | 41 |
| Octal | 207 | 275 | 305 | 37 | 4 | 0 | 27 | 274 | 43 | 101 |
| Binary | 10000111 | 10111101 | 11000101 | 11111 | 100 | 0 | 10111 | 10111100 | 100011 | 1000001 |
Color Harmonies of #87BDC5
Complementary color
Monochromatic Colors of #87BDC5
Black with #87BDC5
Text Example
Text Example
White with #87BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BDC5; }
p { color: rgb(135,189,197); }
H1.HeaderClassName
{
color: #87BDC5;
}
.AnyTagClassName
{
color: #87BDC5;
}
</style>
background-color css
<style>
a { background-color: #87BDC5; }
a { background-color: rgb(135,189,197); }
div.DivClassName
{
background-color: #87BDC5;
}
.BgClassName
{
background-color: #87BDC5;
}
</style>
border-color css
<style>
span { border-color: #87BDC5; }
span { border-color: rgb(135,189,197); }
td.TdClassName
{
border-color: #87BDC5;
}
.TagClassName
{
border-color: #87BDC5;
}
</style>