Shades of Glacier #83AEC1
Tints of Glacier #83AEC1
RGB
CMYK
RGB Variations
Color information
#83AEC1 (or 0x83AEC1) is known color: Glacier. HEX triplet: 83, AE and C1. RGB value is (131,174,193). Sum of RGB (Red+Green+Blue) = 131+174+193=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #83AEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEC1 is #7C513E. Grayscale: #A3A3A3. Windows color (decimal): -8147263 or 12693123. OLE color: 12693123.
HSL color Cylindrical-coordinate representation of color #83AEC1: hue angle of 198.39º 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 #83AEC1 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 174 | 193 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.24 |
| HSL | 198.39º | 0.33% | 0.64% | - |
| HSV(B) | 198.39º | 0.32% | 0.76% | - |
| XYZ | 34.12 | 38.95 | 56.17 | - |
| YUV | 163.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 174 | 193 | 0.32 | 0.10 | 0 | 0.24 | 198.39 | 0.33 | 0.64 |
| Hex | 83 | AE | C1 | 20 | A | 0 | 18 | C6 | 21 | 40 |
| Octal | 203 | 256 | 301 | 40 | 12 | 0 | 30 | 306 | 41 | 100 |
| Binary | 10000011 | 10101110 | 11000001 | 100000 | 1010 | 0 | 11000 | 11000110 | 100001 | 1000000 |
Color Harmonies of #83AEC1
Complementary color
Monochromatic Colors of #83AEC1
Black with #83AEC1
Text Example
Text Example
White with #83AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AEC1; }
p { color: rgb(131,174,193); }
H1.HeaderClassName
{
color: #83AEC1;
}
.AnyTagClassName
{
color: #83AEC1;
}
</style>
background-color css
<style>
a { background-color: #83AEC1; }
a { background-color: rgb(131,174,193); }
div.DivClassName
{
background-color: #83AEC1;
}
.BgClassName
{
background-color: #83AEC1;
}
</style>
border-color css
<style>
span { border-color: #83AEC1; }
span { border-color: rgb(131,174,193); }
td.TdClassName
{
border-color: #83AEC1;
}
.TagClassName
{
border-color: #83AEC1;
}
</style>