Shades of Glacier #84BFC4
Tints of Glacier #84BFC4
RGB
CMYK
RGB Variations
Color information
#84BFC4 (or 0x84BFC4) is known color: Glacier. HEX triplet: 84, BF and C4. RGB value is (132,191,196). Sum of RGB (Red+Green+Blue) = 132+191+196=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #84BFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFC4 is #7B403B. Grayscale: #ADADAD. Windows color (decimal): -8077372 or 12894084. OLE color: 12894084.
HSL color Cylindrical-coordinate representation of color #84BFC4: hue angle of 184.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84BFC4 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 191 | 196 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.23 |
| HSL | 184.69º | 0.35% | 0.64% | - |
| HSV(B) | 184.69º | 0.33% | 0.77% | - |
| XYZ | 38.11 | 46.15 | 59.12 | - |
| YUV | 173.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 196 | 0.33 | 0.03 | 0 | 0.23 | 184.69 | 0.35 | 0.64 |
| Hex | 84 | BF | C4 | 21 | 3 | 0 | 17 | B9 | 23 | 40 |
| Octal | 204 | 277 | 304 | 41 | 3 | 0 | 27 | 271 | 43 | 100 |
| Binary | 10000100 | 10111111 | 11000100 | 100001 | 11 | 0 | 10111 | 10111001 | 100011 | 1000000 |
Color Harmonies of #84BFC4
Complementary color
Monochromatic Colors of #84BFC4
Black with #84BFC4
Text Example
Text Example
White with #84BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFC4; }
p { color: rgb(132,191,196); }
H1.HeaderClassName
{
color: #84BFC4;
}
.AnyTagClassName
{
color: #84BFC4;
}
</style>
background-color css
<style>
a { background-color: #84BFC4; }
a { background-color: rgb(132,191,196); }
div.DivClassName
{
background-color: #84BFC4;
}
.BgClassName
{
background-color: #84BFC4;
}
</style>
border-color css
<style>
span { border-color: #84BFC4; }
span { border-color: rgb(132,191,196); }
td.TdClassName
{
border-color: #84BFC4;
}
.TagClassName
{
border-color: #84BFC4;
}
</style>