Shades of Glacier #81B2BD
Tints of Glacier #81B2BD
RGB
CMYK
RGB Variations
Color information
#81B2BD (or 0x81B2BD) is known color: Glacier. HEX triplet: 81, B2 and BD. RGB value is (129,178,189). Sum of RGB (Red+Green+Blue) = 129+178+189=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #81B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B2BD is #7E4D42. Grayscale: #A4A4A4. Windows color (decimal): -8277315 or 12432001. OLE color: 12432001.
HSL color Cylindrical-coordinate representation of color #81B2BD: hue angle of 191º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81B2BD is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 178 | 189 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.26 |
| HSL | 191º | 0.31% | 0.62% | - |
| HSV(B) | 191º | 0.32% | 0.74% | - |
| XYZ | 34.16 | 40.18 | 54.1 | - |
| YUV | 164.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 189 | 0.32 | 0.06 | 0 | 0.26 | 191 | 0.31 | 0.62 |
| Hex | 81 | B2 | BD | 20 | 6 | 0 | 1A | BF | 1F | 3E |
| Octal | 201 | 262 | 275 | 40 | 6 | 0 | 32 | 277 | 37 | 76 |
| Binary | 10000001 | 10110010 | 10111101 | 100000 | 110 | 0 | 11010 | 10111111 | 11111 | 111110 |
Color Harmonies of #81B2BD
Complementary color
Monochromatic Colors of #81B2BD
Black with #81B2BD
Text Example
Text Example
White with #81B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B2BD; }
p { color: rgb(129,178,189); }
H1.HeaderClassName
{
color: #81B2BD;
}
.AnyTagClassName
{
color: #81B2BD;
}
</style>
background-color css
<style>
a { background-color: #81B2BD; }
a { background-color: rgb(129,178,189); }
div.DivClassName
{
background-color: #81B2BD;
}
.BgClassName
{
background-color: #81B2BD;
}
</style>
border-color css
<style>
span { border-color: #81B2BD; }
span { border-color: rgb(129,178,189); }
td.TdClassName
{
border-color: #81B2BD;
}
.TagClassName
{
border-color: #81B2BD;
}
</style>