Shades of Glacier #84BFC7
Tints of Glacier #84BFC7
RGB
CMYK
RGB Variations
Color information
#84BFC7 (or 0x84BFC7) is known color: Glacier. HEX triplet: 84, BF and C7. RGB value is (132,191,199). Sum of RGB (Red+Green+Blue) = 132+191+199=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 199 - color contains mainly: blue. Hex color #84BFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFC7 is #7B4038. Grayscale: #AEAEAE. Windows color (decimal): -8077369 or 13090692. OLE color: 13090692.
HSL color Cylindrical-coordinate representation of color #84BFC7: hue angle of 187.16º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84BFC7 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 191 | 199 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.22 |
| HSL | 187.16º | 0.37% | 0.65% | - |
| HSV(B) | 187.16º | 0.34% | 0.78% | - |
| XYZ | 38.46 | 46.29 | 60.94 | - |
| YUV | 174.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 199 | 0.34 | 0.04 | 0 | 0.22 | 187.16 | 0.37 | 0.65 |
| Hex | 84 | BF | C7 | 22 | 4 | 0 | 16 | BB | 25 | 41 |
| Octal | 204 | 277 | 307 | 42 | 4 | 0 | 26 | 273 | 45 | 101 |
| Binary | 10000100 | 10111111 | 11000111 | 100010 | 100 | 0 | 10110 | 10111011 | 100101 | 1000001 |
Color Harmonies of #84BFC7
Complementary color
Monochromatic Colors of #84BFC7
Black with #84BFC7
Text Example
Text Example
White with #84BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFC7; }
p { color: rgb(132,191,199); }
H1.HeaderClassName
{
color: #84BFC7;
}
.AnyTagClassName
{
color: #84BFC7;
}
</style>
background-color css
<style>
a { background-color: #84BFC7; }
a { background-color: rgb(132,191,199); }
div.DivClassName
{
background-color: #84BFC7;
}
.BgClassName
{
background-color: #84BFC7;
}
</style>
border-color css
<style>
span { border-color: #84BFC7; }
span { border-color: rgb(132,191,199); }
td.TdClassName
{
border-color: #84BFC7;
}
.TagClassName
{
border-color: #84BFC7;
}
</style>