Shades of Glacier #81AFB6
Tints of Glacier #81AFB6
RGB
CMYK
RGB Variations
Color information
#81AFB6 (or 0x81AFB6) is known color: Glacier. HEX triplet: 81, AF and B6. RGB value is (129,175,182). Sum of RGB (Red+Green+Blue) = 129+175+182=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 182 - color contains mainly: blue. Hex color #81AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFB6 is #7E5049. Grayscale: #A1A1A1. Windows color (decimal): -8278090 or 11972481. OLE color: 11972481.
HSL color Cylindrical-coordinate representation of color #81AFB6: hue angle of 187.92º degrees, saturation: 0.27, 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 #81AFB6 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 175 | 182 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.29 |
| HSL | 187.92º | 0.27% | 0.61% | - |
| HSV(B) | 187.92º | 0.29% | 0.71% | - |
| XYZ | 32.83 | 38.7 | 50 | - |
| YUV | 162.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 182 | 0.29 | 0.04 | 0 | 0.29 | 187.92 | 0.27 | 0.61 |
| Hex | 81 | AF | B6 | 1D | 4 | 0 | 1D | BC | 1B | 3D |
| Octal | 201 | 257 | 266 | 35 | 4 | 0 | 35 | 274 | 33 | 75 |
| Binary | 10000001 | 10101111 | 10110110 | 11101 | 100 | 0 | 11101 | 10111100 | 11011 | 111101 |
Color Harmonies of #81AFB6
Complementary color
Monochromatic Colors of #81AFB6
Black with #81AFB6
Text Example
Text Example
White with #81AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFB6; }
p { color: rgb(129,175,182); }
H1.HeaderClassName
{
color: #81AFB6;
}
.AnyTagClassName
{
color: #81AFB6;
}
</style>
background-color css
<style>
a { background-color: #81AFB6; }
a { background-color: rgb(129,175,182); }
div.DivClassName
{
background-color: #81AFB6;
}
.BgClassName
{
background-color: #81AFB6;
}
</style>
border-color css
<style>
span { border-color: #81AFB6; }
span { border-color: rgb(129,175,182); }
td.TdClassName
{
border-color: #81AFB6;
}
.TagClassName
{
border-color: #81AFB6;
}
</style>