Shades of Glacier #81ADBB
Tints of Glacier #81ADBB
RGB
CMYK
RGB Variations
Color information
#81ADBB (or 0x81ADBB) is known color: Glacier. HEX triplet: 81, AD and BB. RGB value is (129,173,187). Sum of RGB (Red+Green+Blue) = 129+173+187=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #81ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADBB is #7E5244. Grayscale: #A1A1A1. Windows color (decimal): -8278597 or 12299649. OLE color: 12299649.
HSL color Cylindrical-coordinate representation of color #81ADBB: hue angle of 194.48º 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 #81ADBB is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 173 | 187 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.27 |
| HSL | 194.48º | 0.3% | 0.62% | - |
| HSV(B) | 194.48º | 0.31% | 0.73% | - |
| XYZ | 32.97 | 38.14 | 52.64 | - |
| YUV | 161.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 187 | 0.31 | 0.07 | 0 | 0.27 | 194.48 | 0.3 | 0.62 |
| Hex | 81 | AD | BB | 1F | 7 | 0 | 1B | C2 | 1E | 3E |
| Octal | 201 | 255 | 273 | 37 | 7 | 0 | 33 | 302 | 36 | 76 |
| Binary | 10000001 | 10101101 | 10111011 | 11111 | 111 | 0 | 11011 | 11000010 | 11110 | 111110 |
Color Harmonies of #81ADBB
Complementary color
Monochromatic Colors of #81ADBB
Black with #81ADBB
Text Example
Text Example
White with #81ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADBB; }
p { color: rgb(129,173,187); }
H1.HeaderClassName
{
color: #81ADBB;
}
.AnyTagClassName
{
color: #81ADBB;
}
</style>
background-color css
<style>
a { background-color: #81ADBB; }
a { background-color: rgb(129,173,187); }
div.DivClassName
{
background-color: #81ADBB;
}
.BgClassName
{
background-color: #81ADBB;
}
</style>
border-color css
<style>
span { border-color: #81ADBB; }
span { border-color: rgb(129,173,187); }
td.TdClassName
{
border-color: #81ADBB;
}
.TagClassName
{
border-color: #81ADBB;
}
</style>