Shades of Glacier #81B0BB
Tints of Glacier #81B0BB
RGB
CMYK
RGB Variations
Color information
#81B0BB (or 0x81B0BB) is known color: Glacier. HEX triplet: 81, B0 and BB. RGB value is (129,176,187). Sum of RGB (Red+Green+Blue) = 129+176+187=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #81B0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B0BB is #7E4F44. Grayscale: #A3A3A3. Windows color (decimal): -8277829 or 12300417. OLE color: 12300417.
HSL color Cylindrical-coordinate representation of color #81B0BB: hue angle of 191.38º 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 #81B0BB is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 176 | 187 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.27 |
| HSL | 191.38º | 0.3% | 0.62% | - |
| HSV(B) | 191.38º | 0.31% | 0.73% | - |
| XYZ | 33.55 | 39.31 | 52.83 | - |
| YUV | 163.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 187 | 0.31 | 0.06 | 0 | 0.27 | 191.38 | 0.3 | 0.62 |
| Hex | 81 | B0 | BB | 1F | 6 | 0 | 1B | BF | 1E | 3E |
| Octal | 201 | 260 | 273 | 37 | 6 | 0 | 33 | 277 | 36 | 76 |
| Binary | 10000001 | 10110000 | 10111011 | 11111 | 110 | 0 | 11011 | 10111111 | 11110 | 111110 |
Color Harmonies of #81B0BB
Complementary color
Monochromatic Colors of #81B0BB
Black with #81B0BB
Text Example
Text Example
White with #81B0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B0BB; }
p { color: rgb(129,176,187); }
H1.HeaderClassName
{
color: #81B0BB;
}
.AnyTagClassName
{
color: #81B0BB;
}
</style>
background-color css
<style>
a { background-color: #81B0BB; }
a { background-color: rgb(129,176,187); }
div.DivClassName
{
background-color: #81B0BB;
}
.BgClassName
{
background-color: #81B0BB;
}
</style>
border-color css
<style>
span { border-color: #81B0BB; }
span { border-color: rgb(129,176,187); }
td.TdClassName
{
border-color: #81B0BB;
}
.TagClassName
{
border-color: #81B0BB;
}
</style>