Shades of Glacier #81A7B5
Tints of Glacier #81A7B5
RGB
CMYK
RGB Variations
Color information
#81A7B5 (or 0x81A7B5) is known color: Glacier. HEX triplet: 81, A7 and B5. RGB value is (129,167,181). Sum of RGB (Red+Green+Blue) = 129+167+181=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 181 - color contains mainly: blue. Hex color #81A7B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A7B5 is #7E584A. Grayscale: #9D9D9D. Windows color (decimal): -8280139 or 11904897. OLE color: 11904897.
HSL color Cylindrical-coordinate representation of color #81A7B5: hue angle of 196.15º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81A7B5 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 167 | 181 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.29 |
| HSL | 196.15º | 0.26% | 0.61% | - |
| HSV(B) | 196.15º | 0.29% | 0.71% | - |
| XYZ | 31.21 | 35.64 | 48.95 | - |
| YUV | 157.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 181 | 0.29 | 0.08 | 0 | 0.29 | 196.15 | 0.26 | 0.61 |
| Hex | 81 | A7 | B5 | 1D | 8 | 0 | 1D | C4 | 1A | 3D |
| Octal | 201 | 247 | 265 | 35 | 10 | 0 | 35 | 304 | 32 | 75 |
| Binary | 10000001 | 10100111 | 10110101 | 11101 | 1000 | 0 | 11101 | 11000100 | 11010 | 111101 |
Color Harmonies of #81A7B5
Complementary color
Monochromatic Colors of #81A7B5
Black with #81A7B5
Text Example
Text Example
White with #81A7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A7B5; }
p { color: rgb(129,167,181); }
H1.HeaderClassName
{
color: #81A7B5;
}
.AnyTagClassName
{
color: #81A7B5;
}
</style>
background-color css
<style>
a { background-color: #81A7B5; }
a { background-color: rgb(129,167,181); }
div.DivClassName
{
background-color: #81A7B5;
}
.BgClassName
{
background-color: #81A7B5;
}
</style>
border-color css
<style>
span { border-color: #81A7B5; }
span { border-color: rgb(129,167,181); }
td.TdClassName
{
border-color: #81A7B5;
}
.TagClassName
{
border-color: #81A7B5;
}
</style>