Shades of Glacier #87BDC4
Tints of Glacier #87BDC4
RGB
CMYK
RGB Variations
Color information
#87BDC4 (or 0x87BDC4) is known color: Glacier. HEX triplet: 87, BD and C4. RGB value is (135,189,196). Sum of RGB (Red+Green+Blue) = 135+189+196=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #87BDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDC4 is #78423B. Grayscale: #ADADAD. Windows color (decimal): -7881276 or 12893575. OLE color: 12893575.
HSL color Cylindrical-coordinate representation of color #87BDC4: hue angle of 186.89º degrees, saturation: 0.34, 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 #87BDC4 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 189 | 196 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.23 |
| HSL | 186.89º | 0.34% | 0.65% | - |
| HSV(B) | 186.89º | 0.31% | 0.77% | - |
| XYZ | 38.15 | 45.53 | 59 | - |
| YUV | 173.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 196 | 0.31 | 0.04 | 0 | 0.23 | 186.89 | 0.34 | 0.65 |
| Hex | 87 | BD | C4 | 1F | 4 | 0 | 17 | BB | 22 | 41 |
| Octal | 207 | 275 | 304 | 37 | 4 | 0 | 27 | 273 | 42 | 101 |
| Binary | 10000111 | 10111101 | 11000100 | 11111 | 100 | 0 | 10111 | 10111011 | 100010 | 1000001 |
Color Harmonies of #87BDC4
Complementary color
Monochromatic Colors of #87BDC4
Black with #87BDC4
Text Example
Text Example
White with #87BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BDC4; }
p { color: rgb(135,189,196); }
H1.HeaderClassName
{
color: #87BDC4;
}
.AnyTagClassName
{
color: #87BDC4;
}
</style>
background-color css
<style>
a { background-color: #87BDC4; }
a { background-color: rgb(135,189,196); }
div.DivClassName
{
background-color: #87BDC4;
}
.BgClassName
{
background-color: #87BDC4;
}
</style>
border-color css
<style>
span { border-color: #87BDC4; }
span { border-color: rgb(135,189,196); }
td.TdClassName
{
border-color: #87BDC4;
}
.TagClassName
{
border-color: #87BDC4;
}
</style>