Shades of Glacier #81B5BB
Tints of Glacier #81B5BB
RGB
CMYK
RGB Variations
Color information
#81B5BB (or 0x81B5BB) is known color: Glacier. HEX triplet: 81, B5 and BB. RGB value is (129,181,187). Sum of RGB (Red+Green+Blue) = 129+181+187=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #81B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B5BB is #7E4A44. Grayscale: #A6A6A6. Windows color (decimal): -8276549 or 12301697. OLE color: 12301697.
HSL color Cylindrical-coordinate representation of color #81B5BB: hue angle of 186.21º 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 #81B5BB is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 181 | 187 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.27 |
| HSL | 186.21º | 0.3% | 0.62% | - |
| HSV(B) | 186.21º | 0.31% | 0.73% | - |
| XYZ | 34.55 | 41.3 | 53.17 | - |
| YUV | 166.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 187 | 0.31 | 0.03 | 0 | 0.27 | 186.21 | 0.3 | 0.62 |
| Hex | 81 | B5 | BB | 1F | 3 | 0 | 1B | BA | 1E | 3E |
| Octal | 201 | 265 | 273 | 37 | 3 | 0 | 33 | 272 | 36 | 76 |
| Binary | 10000001 | 10110101 | 10111011 | 11111 | 11 | 0 | 11011 | 10111010 | 11110 | 111110 |
Color Harmonies of #81B5BB
Complementary color
Monochromatic Colors of #81B5BB
Black with #81B5BB
Text Example
Text Example
White with #81B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B5BB; }
p { color: rgb(129,181,187); }
H1.HeaderClassName
{
color: #81B5BB;
}
.AnyTagClassName
{
color: #81B5BB;
}
</style>
background-color css
<style>
a { background-color: #81B5BB; }
a { background-color: rgb(129,181,187); }
div.DivClassName
{
background-color: #81B5BB;
}
.BgClassName
{
background-color: #81B5BB;
}
</style>
border-color css
<style>
span { border-color: #81B5BB; }
span { border-color: rgb(129,181,187); }
td.TdClassName
{
border-color: #81B5BB;
}
.TagClassName
{
border-color: #81B5BB;
}
</style>