Shades of Glacier #81B3C0
Tints of Glacier #81B3C0
RGB
CMYK
RGB Variations
Color information
#81B3C0 (or 0x81B3C0) is known color: Glacier. HEX triplet: 81, B3 and C0. RGB value is (129,179,192). Sum of RGB (Red+Green+Blue) = 129+179+192=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #81B3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B3C0 is #7E4C3F. Grayscale: #A5A5A5. Windows color (decimal): -8277056 or 12628865. OLE color: 12628865.
HSL color Cylindrical-coordinate representation of color #81B3C0: hue angle of 192.38º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81B3C0 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 179 | 192 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.25 |
| HSL | 192.38º | 0.33% | 0.63% | - |
| HSV(B) | 192.38º | 0.33% | 0.75% | - |
| XYZ | 34.69 | 40.71 | 55.9 | - |
| YUV | 165.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 192 | 0.33 | 0.07 | 0 | 0.25 | 192.38 | 0.33 | 0.63 |
| Hex | 81 | B3 | C0 | 21 | 7 | 0 | 19 | C0 | 21 | 3F |
| Octal | 201 | 263 | 300 | 41 | 7 | 0 | 31 | 300 | 41 | 77 |
| Binary | 10000001 | 10110011 | 11000000 | 100001 | 111 | 0 | 11001 | 11000000 | 100001 | 111111 |
Color Harmonies of #81B3C0
Complementary color
Monochromatic Colors of #81B3C0
Black with #81B3C0
Text Example
Text Example
White with #81B3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B3C0; }
p { color: rgb(129,179,192); }
H1.HeaderClassName
{
color: #81B3C0;
}
.AnyTagClassName
{
color: #81B3C0;
}
</style>
background-color css
<style>
a { background-color: #81B3C0; }
a { background-color: rgb(129,179,192); }
div.DivClassName
{
background-color: #81B3C0;
}
.BgClassName
{
background-color: #81B3C0;
}
</style>
border-color css
<style>
span { border-color: #81B3C0; }
span { border-color: rgb(129,179,192); }
td.TdClassName
{
border-color: #81B3C0;
}
.TagClassName
{
border-color: #81B3C0;
}
</style>