Shades of Glacier #81A9B9
Tints of Glacier #81A9B9
RGB
CMYK
RGB Variations
Color information
#81A9B9 (or 0x81A9B9) is known color: Glacier. HEX triplet: 81, A9 and B9. RGB value is (129,169,185). Sum of RGB (Red+Green+Blue) = 129+169+185=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #81A9B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A9B9 is #7E5646. Grayscale: #9E9E9E. Windows color (decimal): -8279623 or 12167553. OLE color: 12167553.
HSL color Cylindrical-coordinate representation of color #81A9B9: hue angle of 197.14º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81A9B9 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 169 | 185 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.27 |
| HSL | 197.14º | 0.29% | 0.62% | - |
| HSV(B) | 197.14º | 0.3% | 0.73% | - |
| XYZ | 32 | 36.55 | 51.27 | - |
| YUV | 158.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 185 | 0.30 | 0.09 | 0 | 0.27 | 197.14 | 0.29 | 0.62 |
| Hex | 81 | A9 | B9 | 1E | 9 | 0 | 1B | C5 | 1D | 3E |
| Octal | 201 | 251 | 271 | 36 | 11 | 0 | 33 | 305 | 35 | 76 |
| Binary | 10000001 | 10101001 | 10111001 | 11110 | 1001 | 0 | 11011 | 11000101 | 11101 | 111110 |
Color Harmonies of #81A9B9
Complementary color
Monochromatic Colors of #81A9B9
Black with #81A9B9
Text Example
Text Example
White with #81A9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A9B9; }
p { color: rgb(129,169,185); }
H1.HeaderClassName
{
color: #81A9B9;
}
.AnyTagClassName
{
color: #81A9B9;
}
</style>
background-color css
<style>
a { background-color: #81A9B9; }
a { background-color: rgb(129,169,185); }
div.DivClassName
{
background-color: #81A9B9;
}
.BgClassName
{
background-color: #81A9B9;
}
</style>
border-color css
<style>
span { border-color: #81A9B9; }
span { border-color: rgb(129,169,185); }
td.TdClassName
{
border-color: #81A9B9;
}
.TagClassName
{
border-color: #81A9B9;
}
</style>