Shades of Glacier #81AABA
Tints of Glacier #81AABA
RGB
CMYK
RGB Variations
Color information
#81AABA (or 0x81AABA) is known color: Glacier. HEX triplet: 81, AA and BA. RGB value is (129,170,186). Sum of RGB (Red+Green+Blue) = 129+170+186=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #81AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AABA is #7E5545. Grayscale: #9F9F9F. Windows color (decimal): -8279366 or 12233345. OLE color: 12233345.
HSL color Cylindrical-coordinate representation of color #81AABA: hue angle of 196.84º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81AABA is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 170 | 186 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.27 |
| HSL | 196.84º | 0.29% | 0.62% | - |
| HSV(B) | 196.84º | 0.31% | 0.73% | - |
| XYZ | 32.29 | 36.96 | 51.89 | - |
| YUV | 159.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 186 | 0.31 | 0.09 | 0 | 0.27 | 196.84 | 0.29 | 0.62 |
| Hex | 81 | AA | BA | 1F | 9 | 0 | 1B | C5 | 1D | 3E |
| Octal | 201 | 252 | 272 | 37 | 11 | 0 | 33 | 305 | 35 | 76 |
| Binary | 10000001 | 10101010 | 10111010 | 11111 | 1001 | 0 | 11011 | 11000101 | 11101 | 111110 |
Color Harmonies of #81AABA
Complementary color
Monochromatic Colors of #81AABA
Black with #81AABA
Text Example
Text Example
White with #81AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AABA; }
p { color: rgb(129,170,186); }
H1.HeaderClassName
{
color: #81AABA;
}
.AnyTagClassName
{
color: #81AABA;
}
</style>
background-color css
<style>
a { background-color: #81AABA; }
a { background-color: rgb(129,170,186); }
div.DivClassName
{
background-color: #81AABA;
}
.BgClassName
{
background-color: #81AABA;
}
</style>
border-color css
<style>
span { border-color: #81AABA; }
span { border-color: rgb(129,170,186); }
td.TdClassName
{
border-color: #81AABA;
}
.TagClassName
{
border-color: #81AABA;
}
</style>