Shades of Glacier #81B1BC
Tints of Glacier #81B1BC
RGB
CMYK
RGB Variations
Color information
#81B1BC (or 0x81B1BC) is known color: Glacier. HEX triplet: 81, B1 and BC. RGB value is (129,177,188). Sum of RGB (Red+Green+Blue) = 129+177+188=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #81B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B1BC is #7E4E43. Grayscale: #A3A3A3. Windows color (decimal): -8277572 or 12366209. OLE color: 12366209.
HSL color Cylindrical-coordinate representation of color #81B1BC: hue angle of 191.19º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81B1BC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 177 | 188 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.26 |
| HSL | 191.19º | 0.31% | 0.62% | - |
| HSV(B) | 191.19º | 0.31% | 0.74% | - |
| XYZ | 33.85 | 39.74 | 53.46 | - |
| YUV | 163.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 188 | 0.31 | 0.06 | 0 | 0.26 | 191.19 | 0.31 | 0.62 |
| Hex | 81 | B1 | BC | 1F | 6 | 0 | 1A | BF | 1F | 3E |
| Octal | 201 | 261 | 274 | 37 | 6 | 0 | 32 | 277 | 37 | 76 |
| Binary | 10000001 | 10110001 | 10111100 | 11111 | 110 | 0 | 11010 | 10111111 | 11111 | 111110 |
Color Harmonies of #81B1BC
Complementary color
Monochromatic Colors of #81B1BC
Black with #81B1BC
Text Example
Text Example
White with #81B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B1BC; }
p { color: rgb(129,177,188); }
H1.HeaderClassName
{
color: #81B1BC;
}
.AnyTagClassName
{
color: #81B1BC;
}
</style>
background-color css
<style>
a { background-color: #81B1BC; }
a { background-color: rgb(129,177,188); }
div.DivClassName
{
background-color: #81B1BC;
}
.BgClassName
{
background-color: #81B1BC;
}
</style>
border-color css
<style>
span { border-color: #81B1BC; }
span { border-color: rgb(129,177,188); }
td.TdClassName
{
border-color: #81B1BC;
}
.TagClassName
{
border-color: #81B1BC;
}
</style>