Shades of Glacier #81AABB
Tints of Glacier #81AABB
RGB
CMYK
RGB Variations
Color information
#81AABB (or 0x81AABB) is known color: Glacier. HEX triplet: 81, AA and BB. RGB value is (129,170,187). Sum of RGB (Red+Green+Blue) = 129+170+187=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #81AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AABB is #7E5544. Grayscale: #9F9F9F. Windows color (decimal): -8279365 or 12298881. OLE color: 12298881.
HSL color Cylindrical-coordinate representation of color #81AABB: hue angle of 197.59º degrees, saturation: 0.3, 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 #81AABB is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 170 | 187 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.27 |
| HSL | 197.59º | 0.3% | 0.62% | - |
| HSV(B) | 197.59º | 0.31% | 0.73% | - |
| XYZ | 32.4 | 37 | 52.45 | - |
| YUV | 159.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 187 | 0.31 | 0.09 | 0 | 0.27 | 197.59 | 0.3 | 0.62 |
| Hex | 81 | AA | BB | 1F | 9 | 0 | 1B | C6 | 1E | 3E |
| Octal | 201 | 252 | 273 | 37 | 11 | 0 | 33 | 306 | 36 | 76 |
| Binary | 10000001 | 10101010 | 10111011 | 11111 | 1001 | 0 | 11011 | 11000110 | 11110 | 111110 |
Color Harmonies of #81AABB
Complementary color
Monochromatic Colors of #81AABB
Black with #81AABB
Text Example
Text Example
White with #81AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AABB; }
p { color: rgb(129,170,187); }
H1.HeaderClassName
{
color: #81AABB;
}
.AnyTagClassName
{
color: #81AABB;
}
</style>
background-color css
<style>
a { background-color: #81AABB; }
a { background-color: rgb(129,170,187); }
div.DivClassName
{
background-color: #81AABB;
}
.BgClassName
{
background-color: #81AABB;
}
</style>
border-color css
<style>
span { border-color: #81AABB; }
span { border-color: rgb(129,170,187); }
td.TdClassName
{
border-color: #81AABB;
}
.TagClassName
{
border-color: #81AABB;
}
</style>