Shades of Glacier #84BFC1
Tints of Glacier #84BFC1
RGB
CMYK
RGB Variations
Color information
#84BFC1 (or 0x84BFC1) is known color: Glacier. HEX triplet: 84, BF and C1. RGB value is (132,191,193). Sum of RGB (Red+Green+Blue) = 132+191+193=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #84BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFC1 is #7B403E. Grayscale: #ADADAD. Windows color (decimal): -8077375 or 12697476. OLE color: 12697476.
HSL color Cylindrical-coordinate representation of color #84BFC1: hue angle of 181.97º degrees, saturation: 0.33, 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 #84BFC1 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 191 | 193 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.24 |
| HSL | 181.97º | 0.33% | 0.64% | - |
| HSV(B) | 181.97º | 0.32% | 0.76% | - |
| XYZ | 37.77 | 46.02 | 57.34 | - |
| YUV | 173.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 193 | 0.32 | 0.01 | 0 | 0.24 | 181.97 | 0.33 | 0.64 |
| Hex | 84 | BF | C1 | 20 | 1 | 0 | 18 | B6 | 21 | 40 |
| Octal | 204 | 277 | 301 | 40 | 1 | 0 | 30 | 266 | 41 | 100 |
| Binary | 10000100 | 10111111 | 11000001 | 100000 | 1 | 0 | 11000 | 10110110 | 100001 | 1000000 |
Color Harmonies of #84BFC1
Complementary color
Monochromatic Colors of #84BFC1
Black with #84BFC1
Text Example
Text Example
White with #84BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFC1; }
p { color: rgb(132,191,193); }
H1.HeaderClassName
{
color: #84BFC1;
}
.AnyTagClassName
{
color: #84BFC1;
}
</style>
background-color css
<style>
a { background-color: #84BFC1; }
a { background-color: rgb(132,191,193); }
div.DivClassName
{
background-color: #84BFC1;
}
.BgClassName
{
background-color: #84BFC1;
}
</style>
border-color css
<style>
span { border-color: #84BFC1; }
span { border-color: rgb(132,191,193); }
td.TdClassName
{
border-color: #84BFC1;
}
.TagClassName
{
border-color: #84BFC1;
}
</style>