Shades of Glacier #81ACBD
Tints of Glacier #81ACBD
RGB
CMYK
RGB Variations
Color information
#81ACBD (or 0x81ACBD) is known color: Glacier. HEX triplet: 81, AC and BD. RGB value is (129,172,189). Sum of RGB (Red+Green+Blue) = 129+172+189=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #81ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACBD is #7E5342. Grayscale: #A0A0A0. Windows color (decimal): -8278851 or 12430465. OLE color: 12430465.
HSL color Cylindrical-coordinate representation of color #81ACBD: hue angle of 197º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81ACBD is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 172 | 189 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.26 |
| HSL | 197º | 0.31% | 0.62% | - |
| HSV(B) | 197º | 0.32% | 0.74% | - |
| XYZ | 32.99 | 37.85 | 53.71 | - |
| YUV | 161.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 189 | 0.32 | 0.09 | 0 | 0.26 | 197 | 0.31 | 0.62 |
| Hex | 81 | AC | BD | 20 | 9 | 0 | 1A | C5 | 1F | 3E |
| Octal | 201 | 254 | 275 | 40 | 11 | 0 | 32 | 305 | 37 | 76 |
| Binary | 10000001 | 10101100 | 10111101 | 100000 | 1001 | 0 | 11010 | 11000101 | 11111 | 111110 |
Color Harmonies of #81ACBD
Complementary color
Monochromatic Colors of #81ACBD
Black with #81ACBD
Text Example
Text Example
White with #81ACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ACBD; }
p { color: rgb(129,172,189); }
H1.HeaderClassName
{
color: #81ACBD;
}
.AnyTagClassName
{
color: #81ACBD;
}
</style>
background-color css
<style>
a { background-color: #81ACBD; }
a { background-color: rgb(129,172,189); }
div.DivClassName
{
background-color: #81ACBD;
}
.BgClassName
{
background-color: #81ACBD;
}
</style>
border-color css
<style>
span { border-color: #81ACBD; }
span { border-color: rgb(129,172,189); }
td.TdClassName
{
border-color: #81ACBD;
}
.TagClassName
{
border-color: #81ACBD;
}
</style>