Shades of Glacier #83AFC3
Tints of Glacier #83AFC3
RGB
CMYK
RGB Variations
Color information
#83AFC3 (or 0x83AFC3) is known color: Glacier. HEX triplet: 83, AF and C3. RGB value is (131,175,195). Sum of RGB (Red+Green+Blue) = 131+175+195=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 175 (68.75% from 255 or 34.93% 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 #83AFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFC3 is #7C503C. Grayscale: #A4A4A4. Windows color (decimal): -8147005 or 12824451. OLE color: 12824451.
HSL color Cylindrical-coordinate representation of color #83AFC3: hue angle of 198.75º degrees, saturation: 0.35, 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 #83AFC3 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 175 | 195 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.24 |
| HSL | 198.75º | 0.35% | 0.64% | - |
| HSV(B) | 198.75º | 0.33% | 0.76% | - |
| XYZ | 34.54 | 39.43 | 57.42 | - |
| YUV | 164.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 195 | 0.33 | 0.10 | 0 | 0.24 | 198.75 | 0.35 | 0.64 |
| Hex | 83 | AF | C3 | 21 | A | 0 | 18 | C7 | 23 | 40 |
| Octal | 203 | 257 | 303 | 41 | 12 | 0 | 30 | 307 | 43 | 100 |
| Binary | 10000011 | 10101111 | 11000011 | 100001 | 1010 | 0 | 11000 | 11000111 | 100011 | 1000000 |
Color Harmonies of #83AFC3
Complementary color
Monochromatic Colors of #83AFC3
Black with #83AFC3
Text Example
Text Example
White with #83AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AFC3; }
p { color: rgb(131,175,195); }
H1.HeaderClassName
{
color: #83AFC3;
}
.AnyTagClassName
{
color: #83AFC3;
}
</style>
background-color css
<style>
a { background-color: #83AFC3; }
a { background-color: rgb(131,175,195); }
div.DivClassName
{
background-color: #83AFC3;
}
.BgClassName
{
background-color: #83AFC3;
}
</style>
border-color css
<style>
span { border-color: #83AFC3; }
span { border-color: rgb(131,175,195); }
td.TdClassName
{
border-color: #83AFC3;
}
.TagClassName
{
border-color: #83AFC3;
}
</style>