Shades of Glacier #84BFC8
Tints of Glacier #84BFC8
RGB
CMYK
RGB Variations
Color information
#84BFC8 (or 0x84BFC8) is known color: Glacier. HEX triplet: 84, BF and C8. RGB value is (132,191,200). Sum of RGB (Red+Green+Blue) = 132+191+200=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #84BFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFC8 is #7B4037. Grayscale: #AEAEAE. Windows color (decimal): -8077368 or 13156228. OLE color: 13156228.
HSL color Cylindrical-coordinate representation of color #84BFC8: hue angle of 187.94º degrees, saturation: 0.38, 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 #84BFC8 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 191 | 200 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.22 |
| HSL | 187.94º | 0.38% | 0.65% | - |
| HSV(B) | 187.94º | 0.34% | 0.78% | - |
| XYZ | 38.57 | 46.34 | 61.55 | - |
| YUV | 174.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 200 | 0.34 | 0.04 | 0 | 0.22 | 187.94 | 0.38 | 0.65 |
| Hex | 84 | BF | C8 | 22 | 4 | 0 | 16 | BC | 26 | 41 |
| Octal | 204 | 277 | 310 | 42 | 4 | 0 | 26 | 274 | 46 | 101 |
| Binary | 10000100 | 10111111 | 11001000 | 100010 | 100 | 0 | 10110 | 10111100 | 100110 | 1000001 |
Color Harmonies of #84BFC8
Complementary color
Monochromatic Colors of #84BFC8
Black with #84BFC8
Text Example
Text Example
White with #84BFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFC8; }
p { color: rgb(132,191,200); }
H1.HeaderClassName
{
color: #84BFC8;
}
.AnyTagClassName
{
color: #84BFC8;
}
</style>
background-color css
<style>
a { background-color: #84BFC8; }
a { background-color: rgb(132,191,200); }
div.DivClassName
{
background-color: #84BFC8;
}
.BgClassName
{
background-color: #84BFC8;
}
</style>
border-color css
<style>
span { border-color: #84BFC8; }
span { border-color: rgb(132,191,200); }
td.TdClassName
{
border-color: #84BFC8;
}
.TagClassName
{
border-color: #84BFC8;
}
</style>