Shades of Glacier #81B4BE
Tints of Glacier #81B4BE
RGB
CMYK
RGB Variations
Color information
#81B4BE (or 0x81B4BE) is known color: Glacier. HEX triplet: 81, B4 and BE. RGB value is (129,180,190). Sum of RGB (Red+Green+Blue) = 129+180+190=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #81B4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B4BE is #7E4B41. Grayscale: #A5A5A5. Windows color (decimal): -8276802 or 12498049. OLE color: 12498049.
HSL color Cylindrical-coordinate representation of color #81B4BE: hue angle of 189.84º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81B4BE is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 180 | 190 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.25 |
| HSL | 189.84º | 0.32% | 0.63% | - |
| HSV(B) | 189.84º | 0.32% | 0.75% | - |
| XYZ | 34.67 | 41.03 | 54.81 | - |
| YUV | 165.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 190 | 0.32 | 0.05 | 0 | 0.25 | 189.84 | 0.32 | 0.63 |
| Hex | 81 | B4 | BE | 20 | 5 | 0 | 19 | BE | 20 | 3F |
| Octal | 201 | 264 | 276 | 40 | 5 | 0 | 31 | 276 | 40 | 77 |
| Binary | 10000001 | 10110100 | 10111110 | 100000 | 101 | 0 | 11001 | 10111110 | 100000 | 111111 |
Color Harmonies of #81B4BE
Complementary color
Monochromatic Colors of #81B4BE
Black with #81B4BE
Text Example
Text Example
White with #81B4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B4BE; }
p { color: rgb(129,180,190); }
H1.HeaderClassName
{
color: #81B4BE;
}
.AnyTagClassName
{
color: #81B4BE;
}
</style>
background-color css
<style>
a { background-color: #81B4BE; }
a { background-color: rgb(129,180,190); }
div.DivClassName
{
background-color: #81B4BE;
}
.BgClassName
{
background-color: #81B4BE;
}
</style>
border-color css
<style>
span { border-color: #81B4BE; }
span { border-color: rgb(129,180,190); }
td.TdClassName
{
border-color: #81B4BE;
}
.TagClassName
{
border-color: #81B4BE;
}
</style>