Shades of Glacier #81BABA
Tints of Glacier #81BABA
RGB
CMYK
RGB Variations
Color information
#81BABA (or 0x81BABA) is known color: Glacier. HEX triplet: 81, BA and BA. RGB value is (129,186,186). Sum of RGB (Red+Green+Blue) = 129+186+186=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #81BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BABA is #7E4545. Grayscale: #A8A8A8. Windows color (decimal): -8275270 or 12237441. OLE color: 12237441.
HSL color Cylindrical-coordinate representation of color #81BABA: hue angle of 180º degrees, saturation: 0.29, 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 #81BABA is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 186 | - |
| CMYK | 0.31 | 0 | 0 | 0.27 |
| HSL | 180º | 0.29% | 0.62% | - |
| HSV(B) | 180º | 0.31% | 0.73% | - |
| XYZ | 35.48 | 43.33 | 52.95 | - |
| YUV | 168.96 | 137.62 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 186 | 0.31 | 0 | 0 | 0.27 | 180 | 0.29 | 0.62 |
| Hex | 81 | BA | BA | 1F | 0 | 0 | 1B | B4 | 1D | 3E |
| Octal | 201 | 272 | 272 | 37 | 0 | 0 | 33 | 264 | 35 | 76 |
| Binary | 10000001 | 10111010 | 10111010 | 11111 | 0 | 0 | 11011 | 10110100 | 11101 | 111110 |
Color Harmonies of #81BABA
Complementary color
Monochromatic Colors of #81BABA
Black with #81BABA
Text Example
Text Example
White with #81BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BABA; }
p { color: rgb(129,186,186); }
H1.HeaderClassName
{
color: #81BABA;
}
.AnyTagClassName
{
color: #81BABA;
}
</style>
background-color css
<style>
a { background-color: #81BABA; }
a { background-color: rgb(129,186,186); }
div.DivClassName
{
background-color: #81BABA;
}
.BgClassName
{
background-color: #81BABA;
}
</style>
border-color css
<style>
span { border-color: #81BABA; }
span { border-color: rgb(129,186,186); }
td.TdClassName
{
border-color: #81BABA;
}
.TagClassName
{
border-color: #81BABA;
}
</style>