Shades of Glacier #81AFBB
Tints of Glacier #81AFBB
RGB
CMYK
RGB Variations
Color information
#81AFBB (or 0x81AFBB) is known color: Glacier. HEX triplet: 81, AF and BB. RGB value is (129,175,187). Sum of RGB (Red+Green+Blue) = 129+175+187=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #81AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFBB is #7E5044. Grayscale: #A2A2A2. Windows color (decimal): -8278085 or 12300161. OLE color: 12300161.
HSL color Cylindrical-coordinate representation of color #81AFBB: hue angle of 192.41º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81AFBB is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 175 | 187 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.27 |
| HSL | 192.41º | 0.3% | 0.62% | - |
| HSV(B) | 192.41º | 0.31% | 0.73% | - |
| XYZ | 33.35 | 38.91 | 52.77 | - |
| YUV | 162.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 187 | 0.31 | 0.06 | 0 | 0.27 | 192.41 | 0.3 | 0.62 |
| Hex | 81 | AF | BB | 1F | 6 | 0 | 1B | C0 | 1E | 3E |
| Octal | 201 | 257 | 273 | 37 | 6 | 0 | 33 | 300 | 36 | 76 |
| Binary | 10000001 | 10101111 | 10111011 | 11111 | 110 | 0 | 11011 | 11000000 | 11110 | 111110 |
Color Harmonies of #81AFBB
Complementary color
Monochromatic Colors of #81AFBB
Black with #81AFBB
Text Example
Text Example
White with #81AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFBB; }
p { color: rgb(129,175,187); }
H1.HeaderClassName
{
color: #81AFBB;
}
.AnyTagClassName
{
color: #81AFBB;
}
</style>
background-color css
<style>
a { background-color: #81AFBB; }
a { background-color: rgb(129,175,187); }
div.DivClassName
{
background-color: #81AFBB;
}
.BgClassName
{
background-color: #81AFBB;
}
</style>
border-color css
<style>
span { border-color: #81AFBB; }
span { border-color: rgb(129,175,187); }
td.TdClassName
{
border-color: #81AFBB;
}
.TagClassName
{
border-color: #81AFBB;
}
</style>