Shades of Glacier #81B2BB
Tints of Glacier #81B2BB
RGB
CMYK
RGB Variations
Color information
#81B2BB (or 0x81B2BB) is known color: Glacier. HEX triplet: 81, B2 and BB. RGB value is (129,178,187). Sum of RGB (Red+Green+Blue) = 129+178+187=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #81B2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B2BB is #7E4D44. Grayscale: #A4A4A4. Windows color (decimal): -8277317 or 12300929. OLE color: 12300929.
HSL color Cylindrical-coordinate representation of color #81B2BB: hue angle of 189.31º 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 #81B2BB is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 178 | 187 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.27 |
| HSL | 189.31º | 0.3% | 0.62% | - |
| HSV(B) | 189.31º | 0.31% | 0.73% | - |
| XYZ | 33.94 | 40.1 | 52.96 | - |
| YUV | 164.38 | 140.77 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 187 | 0.31 | 0.05 | 0 | 0.27 | 189.31 | 0.3 | 0.62 |
| Hex | 81 | B2 | BB | 1F | 5 | 0 | 1B | BD | 1E | 3E |
| Octal | 201 | 262 | 273 | 37 | 5 | 0 | 33 | 275 | 36 | 76 |
| Binary | 10000001 | 10110010 | 10111011 | 11111 | 101 | 0 | 11011 | 10111101 | 11110 | 111110 |
Color Harmonies of #81B2BB
Complementary color
Monochromatic Colors of #81B2BB
Black with #81B2BB
Text Example
Text Example
White with #81B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B2BB; }
p { color: rgb(129,178,187); }
H1.HeaderClassName
{
color: #81B2BB;
}
.AnyTagClassName
{
color: #81B2BB;
}
</style>
background-color css
<style>
a { background-color: #81B2BB; }
a { background-color: rgb(129,178,187); }
div.DivClassName
{
background-color: #81B2BB;
}
.BgClassName
{
background-color: #81B2BB;
}
</style>
border-color css
<style>
span { border-color: #81B2BB; }
span { border-color: rgb(129,178,187); }
td.TdClassName
{
border-color: #81B2BB;
}
.TagClassName
{
border-color: #81B2BB;
}
</style>