Shades of Glacier #81AABE
Tints of Glacier #81AABE
RGB
CMYK
RGB Variations
Color information
#81AABE (or 0x81AABE) is known color: Glacier. HEX triplet: 81, AA and BE. RGB value is (129,170,190). Sum of RGB (Red+Green+Blue) = 129+170+190=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #81AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AABE is #7E5541. Grayscale: #9F9F9F. Windows color (decimal): -8279362 or 12495489. OLE color: 12495489.
HSL color Cylindrical-coordinate representation of color #81AABE: hue angle of 199.67º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81AABE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 170 | 190 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.25 |
| HSL | 199.67º | 0.32% | 0.63% | - |
| HSV(B) | 199.67º | 0.32% | 0.75% | - |
| XYZ | 32.72 | 37.13 | 54.16 | - |
| YUV | 160.02 | 144.92 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 190 | 0.32 | 0.11 | 0 | 0.25 | 199.67 | 0.32 | 0.63 |
| Hex | 81 | AA | BE | 20 | B | 0 | 19 | C8 | 20 | 3F |
| Octal | 201 | 252 | 276 | 40 | 13 | 0 | 31 | 310 | 40 | 77 |
| Binary | 10000001 | 10101010 | 10111110 | 100000 | 1011 | 0 | 11001 | 11001000 | 100000 | 111111 |
Color Harmonies of #81AABE
Complementary color
Monochromatic Colors of #81AABE
Black with #81AABE
Text Example
Text Example
White with #81AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AABE; }
p { color: rgb(129,170,190); }
H1.HeaderClassName
{
color: #81AABE;
}
.AnyTagClassName
{
color: #81AABE;
}
</style>
background-color css
<style>
a { background-color: #81AABE; }
a { background-color: rgb(129,170,190); }
div.DivClassName
{
background-color: #81AABE;
}
.BgClassName
{
background-color: #81AABE;
}
</style>
border-color css
<style>
span { border-color: #81AABE; }
span { border-color: rgb(129,170,190); }
td.TdClassName
{
border-color: #81AABE;
}
.TagClassName
{
border-color: #81AABE;
}
</style>