Shades of Glacier #87B2C2
Tints of Glacier #87B2C2
RGB
CMYK
RGB Variations
Color information
#87B2C2 (or 0x87B2C2) is known color: Glacier. HEX triplet: 87, B2 and C2. RGB value is (135,178,194). Sum of RGB (Red+Green+Blue) = 135+178+194=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 194 - color contains mainly: blue. Hex color #87B2C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B2C2 is #784D3D. Grayscale: #A6A6A6. Windows color (decimal): -7884094 or 12759687. OLE color: 12759687.
HSL color Cylindrical-coordinate representation of color #87B2C2: hue angle of 196.27º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87B2C2 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 178 | 194 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.24 |
| HSL | 196.27º | 0.33% | 0.65% | - |
| HSV(B) | 196.27º | 0.3% | 0.76% | - |
| XYZ | 35.65 | 40.89 | 57.05 | - |
| YUV | 166.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 178 | 194 | 0.30 | 0.08 | 0 | 0.24 | 196.27 | 0.33 | 0.65 |
| Hex | 87 | B2 | C2 | 1E | 8 | 0 | 18 | C4 | 21 | 41 |
| Octal | 207 | 262 | 302 | 36 | 10 | 0 | 30 | 304 | 41 | 101 |
| Binary | 10000111 | 10110010 | 11000010 | 11110 | 1000 | 0 | 11000 | 11000100 | 100001 | 1000001 |
Color Harmonies of #87B2C2
Complementary color
Monochromatic Colors of #87B2C2
Black with #87B2C2
Text Example
Text Example
White with #87B2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B2C2; }
p { color: rgb(135,178,194); }
H1.HeaderClassName
{
color: #87B2C2;
}
.AnyTagClassName
{
color: #87B2C2;
}
</style>
background-color css
<style>
a { background-color: #87B2C2; }
a { background-color: rgb(135,178,194); }
div.DivClassName
{
background-color: #87B2C2;
}
.BgClassName
{
background-color: #87B2C2;
}
</style>
border-color css
<style>
span { border-color: #87B2C2; }
span { border-color: rgb(135,178,194); }
td.TdClassName
{
border-color: #87B2C2;
}
.TagClassName
{
border-color: #87B2C2;
}
</style>