Shades of Glacier #81B2C0
Tints of Glacier #81B2C0
RGB
CMYK
RGB Variations
Color information
#81B2C0 (or 0x81B2C0) is known color: Glacier. HEX triplet: 81, B2 and C0. RGB value is (129,178,192). Sum of RGB (Red+Green+Blue) = 129+178+192=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #81B2C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B2C0 is #7E4D3F. Grayscale: #A4A4A4. Windows color (decimal): -8277312 or 12628609. OLE color: 12628609.
HSL color Cylindrical-coordinate representation of color #81B2C0: hue angle of 193.33º 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 #81B2C0 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 178 | 192 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.25 |
| HSL | 193.33º | 0.33% | 0.63% | - |
| HSV(B) | 193.33º | 0.33% | 0.75% | - |
| XYZ | 34.49 | 40.31 | 55.83 | - |
| YUV | 164.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 192 | 0.33 | 0.07 | 0 | 0.25 | 193.33 | 0.33 | 0.63 |
| Hex | 81 | B2 | C0 | 21 | 7 | 0 | 19 | C1 | 21 | 3F |
| Octal | 201 | 262 | 300 | 41 | 7 | 0 | 31 | 301 | 41 | 77 |
| Binary | 10000001 | 10110010 | 11000000 | 100001 | 111 | 0 | 11001 | 11000001 | 100001 | 111111 |
Color Harmonies of #81B2C0
Complementary color
Monochromatic Colors of #81B2C0
Black with #81B2C0
Text Example
Text Example
White with #81B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B2C0; }
p { color: rgb(129,178,192); }
H1.HeaderClassName
{
color: #81B2C0;
}
.AnyTagClassName
{
color: #81B2C0;
}
</style>
background-color css
<style>
a { background-color: #81B2C0; }
a { background-color: rgb(129,178,192); }
div.DivClassName
{
background-color: #81B2C0;
}
.BgClassName
{
background-color: #81B2C0;
}
</style>
border-color css
<style>
span { border-color: #81B2C0; }
span { border-color: rgb(129,178,192); }
td.TdClassName
{
border-color: #81B2C0;
}
.TagClassName
{
border-color: #81B2C0;
}
</style>