Shades of Glacier #81ABB9
Tints of Glacier #81ABB9
RGB
CMYK
RGB Variations
Color information
#81ABB9 (or 0x81ABB9) is known color: Glacier. HEX triplet: 81, AB and B9. RGB value is (129,171,185). Sum of RGB (Red+Green+Blue) = 129+171+185=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #81ABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABB9 is #7E5446. Grayscale: #9F9F9F. Windows color (decimal): -8279111 or 12168065. OLE color: 12168065.
HSL color Cylindrical-coordinate representation of color #81ABB9: hue angle of 195º 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 #81ABB9 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 171 | 185 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.27 |
| HSL | 195º | 0.29% | 0.62% | - |
| HSV(B) | 195º | 0.3% | 0.73% | - |
| XYZ | 32.37 | 37.3 | 51.39 | - |
| YUV | 160.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 185 | 0.30 | 0.08 | 0 | 0.27 | 195 | 0.29 | 0.62 |
| Hex | 81 | AB | B9 | 1E | 8 | 0 | 1B | C3 | 1D | 3E |
| Octal | 201 | 253 | 271 | 36 | 10 | 0 | 33 | 303 | 35 | 76 |
| Binary | 10000001 | 10101011 | 10111001 | 11110 | 1000 | 0 | 11011 | 11000011 | 11101 | 111110 |
Color Harmonies of #81ABB9
Complementary color
Monochromatic Colors of #81ABB9
Black with #81ABB9
Text Example
Text Example
White with #81ABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ABB9; }
p { color: rgb(129,171,185); }
H1.HeaderClassName
{
color: #81ABB9;
}
.AnyTagClassName
{
color: #81ABB9;
}
</style>
background-color css
<style>
a { background-color: #81ABB9; }
a { background-color: rgb(129,171,185); }
div.DivClassName
{
background-color: #81ABB9;
}
.BgClassName
{
background-color: #81ABB9;
}
</style>
border-color css
<style>
span { border-color: #81ABB9; }
span { border-color: rgb(129,171,185); }
td.TdClassName
{
border-color: #81ABB9;
}
.TagClassName
{
border-color: #81ABB9;
}
</style>