Shades of Glacier #81AFBD
Tints of Glacier #81AFBD
RGB
CMYK
RGB Variations
Color information
#81AFBD (or 0x81AFBD) is known color: Glacier. HEX triplet: 81, AF and BD. RGB value is (129,175,189). Sum of RGB (Red+Green+Blue) = 129+175+189=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #81AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFBD is #7E5042. Grayscale: #A2A2A2. Windows color (decimal): -8278083 or 12431233. OLE color: 12431233.
HSL color Cylindrical-coordinate representation of color #81AFBD: hue angle of 194º 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 #81AFBD is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 175 | 189 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.26 |
| HSL | 194º | 0.31% | 0.62% | - |
| HSV(B) | 194º | 0.32% | 0.74% | - |
| XYZ | 33.57 | 39 | 53.9 | - |
| YUV | 162.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 189 | 0.32 | 0.07 | 0 | 0.26 | 194 | 0.31 | 0.62 |
| Hex | 81 | AF | BD | 20 | 7 | 0 | 1A | C2 | 1F | 3E |
| Octal | 201 | 257 | 275 | 40 | 7 | 0 | 32 | 302 | 37 | 76 |
| Binary | 10000001 | 10101111 | 10111101 | 100000 | 111 | 0 | 11010 | 11000010 | 11111 | 111110 |
Color Harmonies of #81AFBD
Complementary color
Monochromatic Colors of #81AFBD
Black with #81AFBD
Text Example
Text Example
White with #81AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFBD; }
p { color: rgb(129,175,189); }
H1.HeaderClassName
{
color: #81AFBD;
}
.AnyTagClassName
{
color: #81AFBD;
}
</style>
background-color css
<style>
a { background-color: #81AFBD; }
a { background-color: rgb(129,175,189); }
div.DivClassName
{
background-color: #81AFBD;
}
.BgClassName
{
background-color: #81AFBD;
}
</style>
border-color css
<style>
span { border-color: #81AFBD; }
span { border-color: rgb(129,175,189); }
td.TdClassName
{
border-color: #81AFBD;
}
.TagClassName
{
border-color: #81AFBD;
}
</style>