Shades of Glacier #81B7C2
Tints of Glacier #81B7C2
RGB
CMYK
RGB Variations
Color information
#81B7C2 (or 0x81B7C2) is known color: Glacier. HEX triplet: 81, B7 and C2. RGB value is (129,183,194). Sum of RGB (Red+Green+Blue) = 129+183+194=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #81B7C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B7C2 is #7E483D. Grayscale: #A8A8A8. Windows color (decimal): -8276030 or 12760961. OLE color: 12760961.
HSL color Cylindrical-coordinate representation of color #81B7C2: hue angle of 190.15º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81B7C2 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 183 | 194 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.24 |
| HSL | 190.15º | 0.35% | 0.63% | - |
| HSV(B) | 190.15º | 0.34% | 0.76% | - |
| XYZ | 35.72 | 42.43 | 57.35 | - |
| YUV | 168.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 194 | 0.34 | 0.06 | 0 | 0.24 | 190.15 | 0.35 | 0.63 |
| Hex | 81 | B7 | C2 | 22 | 6 | 0 | 18 | BE | 23 | 3F |
| Octal | 201 | 267 | 302 | 42 | 6 | 0 | 30 | 276 | 43 | 77 |
| Binary | 10000001 | 10110111 | 11000010 | 100010 | 110 | 0 | 11000 | 10111110 | 100011 | 111111 |
Color Harmonies of #81B7C2
Complementary color
Monochromatic Colors of #81B7C2
Black with #81B7C2
Text Example
Text Example
White with #81B7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B7C2; }
p { color: rgb(129,183,194); }
H1.HeaderClassName
{
color: #81B7C2;
}
.AnyTagClassName
{
color: #81B7C2;
}
</style>
background-color css
<style>
a { background-color: #81B7C2; }
a { background-color: rgb(129,183,194); }
div.DivClassName
{
background-color: #81B7C2;
}
.BgClassName
{
background-color: #81B7C2;
}
</style>
border-color css
<style>
span { border-color: #81B7C2; }
span { border-color: rgb(129,183,194); }
td.TdClassName
{
border-color: #81B7C2;
}
.TagClassName
{
border-color: #81B7C2;
}
</style>