Shades of Glacier #82AFC2
Tints of Glacier #82AFC2
RGB
CMYK
RGB Variations
Color information
#82AFC2 (or 0x82AFC2) is known color: Glacier. HEX triplet: 82, AF and C2. RGB value is (130,175,194). Sum of RGB (Red+Green+Blue) = 130+175+194=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #82AFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFC2 is #7D503D. Grayscale: #A3A3A3. Windows color (decimal): -8212542 or 12758914. OLE color: 12758914.
HSL color Cylindrical-coordinate representation of color #82AFC2: hue angle of 197.81º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82AFC2 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 175 | 194 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.24 |
| HSL | 197.81º | 0.34% | 0.64% | - |
| HSV(B) | 197.81º | 0.33% | 0.76% | - |
| XYZ | 34.27 | 39.3 | 56.82 | - |
| YUV | 163.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 194 | 0.33 | 0.10 | 0 | 0.24 | 197.81 | 0.34 | 0.64 |
| Hex | 82 | AF | C2 | 21 | A | 0 | 18 | C6 | 22 | 40 |
| Octal | 202 | 257 | 302 | 41 | 12 | 0 | 30 | 306 | 42 | 100 |
| Binary | 10000010 | 10101111 | 11000010 | 100001 | 1010 | 0 | 11000 | 11000110 | 100010 | 1000000 |
Color Harmonies of #82AFC2
Complementary color
Monochromatic Colors of #82AFC2
Black with #82AFC2
Text Example
Text Example
White with #82AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AFC2; }
p { color: rgb(130,175,194); }
H1.HeaderClassName
{
color: #82AFC2;
}
.AnyTagClassName
{
color: #82AFC2;
}
</style>
background-color css
<style>
a { background-color: #82AFC2; }
a { background-color: rgb(130,175,194); }
div.DivClassName
{
background-color: #82AFC2;
}
.BgClassName
{
background-color: #82AFC2;
}
</style>
border-color css
<style>
span { border-color: #82AFC2; }
span { border-color: rgb(130,175,194); }
td.TdClassName
{
border-color: #82AFC2;
}
.TagClassName
{
border-color: #82AFC2;
}
</style>