Shades of Glacier #84AEC1
Tints of Glacier #84AEC1
RGB
CMYK
RGB Variations
Color information
#84AEC1 (or 0x84AEC1) is known color: Glacier. HEX triplet: 84, AE and C1. RGB value is (132,174,193). Sum of RGB (Red+Green+Blue) = 132+174+193=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #84AEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AEC1 is #7B513E. Grayscale: #A3A3A3. Windows color (decimal): -8081727 or 12693124. OLE color: 12693124.
HSL color Cylindrical-coordinate representation of color #84AEC1: hue angle of 198.69º 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 #84AEC1 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 174 | 193 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.24 |
| HSL | 198.69º | 0.33% | 0.64% | - |
| HSV(B) | 198.69º | 0.32% | 0.76% | - |
| XYZ | 34.28 | 39.03 | 56.18 | - |
| YUV | 163.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 174 | 193 | 0.32 | 0.10 | 0 | 0.24 | 198.69 | 0.33 | 0.64 |
| Hex | 84 | AE | C1 | 20 | A | 0 | 18 | C7 | 21 | 40 |
| Octal | 204 | 256 | 301 | 40 | 12 | 0 | 30 | 307 | 41 | 100 |
| Binary | 10000100 | 10101110 | 11000001 | 100000 | 1010 | 0 | 11000 | 11000111 | 100001 | 1000000 |
Color Harmonies of #84AEC1
Complementary color
Monochromatic Colors of #84AEC1
Black with #84AEC1
Text Example
Text Example
White with #84AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AEC1; }
p { color: rgb(132,174,193); }
H1.HeaderClassName
{
color: #84AEC1;
}
.AnyTagClassName
{
color: #84AEC1;
}
</style>
background-color css
<style>
a { background-color: #84AEC1; }
a { background-color: rgb(132,174,193); }
div.DivClassName
{
background-color: #84AEC1;
}
.BgClassName
{
background-color: #84AEC1;
}
</style>
border-color css
<style>
span { border-color: #84AEC1; }
span { border-color: rgb(132,174,193); }
td.TdClassName
{
border-color: #84AEC1;
}
.TagClassName
{
border-color: #84AEC1;
}
</style>