Shades of Glacier #84AFC3
Tints of Glacier #84AFC3
RGB
CMYK
RGB Variations
Color information
#84AFC3 (or 0x84AFC3) is known color: Glacier. HEX triplet: 84, AF and C3. RGB value is (132,175,195). Sum of RGB (Red+Green+Blue) = 132+175+195=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 195 - color contains mainly: blue. Hex color #84AFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFC3 is #7B503C. Grayscale: #A4A4A4. Windows color (decimal): -8081469 or 12824452. OLE color: 12824452.
HSL color Cylindrical-coordinate representation of color #84AFC3: hue angle of 199.05º 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 #84AFC3 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 175 | 195 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.24 |
| HSL | 199.05º | 0.34% | 0.64% | - |
| HSV(B) | 199.05º | 0.32% | 0.76% | - |
| XYZ | 34.7 | 39.51 | 57.43 | - |
| YUV | 164.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 195 | 0.32 | 0.10 | 0 | 0.24 | 199.05 | 0.34 | 0.64 |
| Hex | 84 | AF | C3 | 20 | A | 0 | 18 | C7 | 22 | 40 |
| Octal | 204 | 257 | 303 | 40 | 12 | 0 | 30 | 307 | 42 | 100 |
| Binary | 10000100 | 10101111 | 11000011 | 100000 | 1010 | 0 | 11000 | 11000111 | 100010 | 1000000 |
Color Harmonies of #84AFC3
Complementary color
Monochromatic Colors of #84AFC3
Black with #84AFC3
Text Example
Text Example
White with #84AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AFC3; }
p { color: rgb(132,175,195); }
H1.HeaderClassName
{
color: #84AFC3;
}
.AnyTagClassName
{
color: #84AFC3;
}
</style>
background-color css
<style>
a { background-color: #84AFC3; }
a { background-color: rgb(132,175,195); }
div.DivClassName
{
background-color: #84AFC3;
}
.BgClassName
{
background-color: #84AFC3;
}
</style>
border-color css
<style>
span { border-color: #84AFC3; }
span { border-color: rgb(132,175,195); }
td.TdClassName
{
border-color: #84AFC3;
}
.TagClassName
{
border-color: #84AFC3;
}
</style>