Shades of Glacier #84B0C3
Tints of Glacier #84B0C3
RGB
CMYK
RGB Variations
Color information
#84B0C3 (or 0x84B0C3) is known color: Glacier. HEX triplet: 84, B0 and C3. RGB value is (132,176,195). Sum of RGB (Red+Green+Blue) = 132+176+195=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #84B0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B0C3 is #7B4F3C. Grayscale: #A4A4A4. Windows color (decimal): -8081213 or 12824708. OLE color: 12824708.
HSL color Cylindrical-coordinate representation of color #84B0C3: hue angle of 198.1º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84B0C3 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 176 | 195 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.24 |
| HSL | 198.1º | 0.34% | 0.64% | - |
| HSV(B) | 198.1º | 0.32% | 0.76% | - |
| XYZ | 34.89 | 39.9 | 57.49 | - |
| YUV | 165.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 195 | 0.32 | 0.10 | 0 | 0.24 | 198.1 | 0.34 | 0.64 |
| Hex | 84 | B0 | C3 | 20 | A | 0 | 18 | C6 | 22 | 40 |
| Octal | 204 | 260 | 303 | 40 | 12 | 0 | 30 | 306 | 42 | 100 |
| Binary | 10000100 | 10110000 | 11000011 | 100000 | 1010 | 0 | 11000 | 11000110 | 100010 | 1000000 |
Color Harmonies of #84B0C3
Complementary color
Monochromatic Colors of #84B0C3
Black with #84B0C3
Text Example
Text Example
White with #84B0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B0C3; }
p { color: rgb(132,176,195); }
H1.HeaderClassName
{
color: #84B0C3;
}
.AnyTagClassName
{
color: #84B0C3;
}
</style>
background-color css
<style>
a { background-color: #84B0C3; }
a { background-color: rgb(132,176,195); }
div.DivClassName
{
background-color: #84B0C3;
}
.BgClassName
{
background-color: #84B0C3;
}
</style>
border-color css
<style>
span { border-color: #84B0C3; }
span { border-color: rgb(132,176,195); }
td.TdClassName
{
border-color: #84B0C3;
}
.TagClassName
{
border-color: #84B0C3;
}
</style>