Shades of Glacier #80AAC1
Tints of Glacier #80AAC1
RGB
CMYK
RGB Variations
Color information
#80AAC1 (or 0x80AAC1) is known color: Glacier. HEX triplet: 80, AA and C1. RGB value is (128,170,193). Sum of RGB (Red+Green+Blue) = 128+170+193=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #80AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAC1 is #7F553E. Grayscale: #9F9F9F. Windows color (decimal): -8344895 or 12692096. OLE color: 12692096.
HSL color Cylindrical-coordinate representation of color #80AAC1: hue angle of 201.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80AAC1 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 170 | 193 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.24 |
| HSL | 201.23º | 0.34% | 0.63% | - |
| HSV(B) | 201.23º | 0.34% | 0.76% | - |
| XYZ | 32.9 | 37.19 | 55.9 | - |
| YUV | 160.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 193 | 0.34 | 0.12 | 0 | 0.24 | 201.23 | 0.34 | 0.63 |
| Hex | 80 | AA | C1 | 22 | C | 0 | 18 | C9 | 22 | 3F |
| Octal | 200 | 252 | 301 | 42 | 14 | 0 | 30 | 311 | 42 | 77 |
| Binary | 10000000 | 10101010 | 11000001 | 100010 | 1100 | 0 | 11000 | 11001001 | 100010 | 111111 |
Color Harmonies of #80AAC1
Complementary color
Monochromatic Colors of #80AAC1
Black with #80AAC1
Text Example
Text Example
White with #80AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAC1; }
p { color: rgb(128,170,193); }
H1.HeaderClassName
{
color: #80AAC1;
}
.AnyTagClassName
{
color: #80AAC1;
}
</style>
background-color css
<style>
a { background-color: #80AAC1; }
a { background-color: rgb(128,170,193); }
div.DivClassName
{
background-color: #80AAC1;
}
.BgClassName
{
background-color: #80AAC1;
}
</style>
border-color css
<style>
span { border-color: #80AAC1; }
span { border-color: rgb(128,170,193); }
td.TdClassName
{
border-color: #80AAC1;
}
.TagClassName
{
border-color: #80AAC1;
}
</style>