Shades of Glacier #84AEC3
Tints of Glacier #84AEC3
RGB
CMYK
RGB Variations
Color information
#84AEC3 (or 0x84AEC3) is known color: Glacier. HEX triplet: 84, AE and C3. RGB value is (132,174,195). Sum of RGB (Red+Green+Blue) = 132+174+195=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #84AEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AEC3 is #7B513C. Grayscale: #A3A3A3. Windows color (decimal): -8081725 or 12824196. OLE color: 12824196.
HSL color Cylindrical-coordinate representation of color #84AEC3: hue angle of 200º degrees, saturation: 0.34, 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 #84AEC3 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 174 | 195 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.24 |
| HSL | 200º | 0.34% | 0.64% | - |
| HSV(B) | 200º | 0.32% | 0.76% | - |
| XYZ | 34.5 | 39.12 | 57.36 | - |
| YUV | 163.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 174 | 195 | 0.32 | 0.11 | 0 | 0.24 | 200 | 0.34 | 0.64 |
| Hex | 84 | AE | C3 | 20 | B | 0 | 18 | C8 | 22 | 40 |
| Octal | 204 | 256 | 303 | 40 | 13 | 0 | 30 | 310 | 42 | 100 |
| Binary | 10000100 | 10101110 | 11000011 | 100000 | 1011 | 0 | 11000 | 11001000 | 100010 | 1000000 |
Color Harmonies of #84AEC3
Complementary color
Monochromatic Colors of #84AEC3
Black with #84AEC3
Text Example
Text Example
White with #84AEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AEC3; }
p { color: rgb(132,174,195); }
H1.HeaderClassName
{
color: #84AEC3;
}
.AnyTagClassName
{
color: #84AEC3;
}
</style>
background-color css
<style>
a { background-color: #84AEC3; }
a { background-color: rgb(132,174,195); }
div.DivClassName
{
background-color: #84AEC3;
}
.BgClassName
{
background-color: #84AEC3;
}
</style>
border-color css
<style>
span { border-color: #84AEC3; }
span { border-color: rgb(132,174,195); }
td.TdClassName
{
border-color: #84AEC3;
}
.TagClassName
{
border-color: #84AEC3;
}
</style>