Shades of Glacier #81BEC7
Tints of Glacier #81BEC7
RGB
CMYK
RGB Variations
Color information
#81BEC7 (or 0x81BEC7) is known color: Glacier. HEX triplet: 81, BE and C7. RGB value is (129,190,199). Sum of RGB (Red+Green+Blue) = 129+190+199=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 199 - color contains mainly: blue. Hex color #81BEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BEC7 is #7E4138. Grayscale: #ACACAC. Windows color (decimal): -8274233 or 13090433. OLE color: 13090433.
HSL color Cylindrical-coordinate representation of color #81BEC7: hue angle of 187.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81BEC7 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 190 | 199 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.22 |
| HSL | 187.71º | 0.38% | 0.64% | - |
| HSV(B) | 187.71º | 0.35% | 0.78% | - |
| XYZ | 37.78 | 45.62 | 60.85 | - |
| YUV | 172.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 199 | 0.35 | 0.05 | 0 | 0.22 | 187.71 | 0.38 | 0.64 |
| Hex | 81 | BE | C7 | 23 | 5 | 0 | 16 | BC | 26 | 40 |
| Octal | 201 | 276 | 307 | 43 | 5 | 0 | 26 | 274 | 46 | 100 |
| Binary | 10000001 | 10111110 | 11000111 | 100011 | 101 | 0 | 10110 | 10111100 | 100110 | 1000000 |
Color Harmonies of #81BEC7
Complementary color
Monochromatic Colors of #81BEC7
Black with #81BEC7
Text Example
Text Example
White with #81BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BEC7; }
p { color: rgb(129,190,199); }
H1.HeaderClassName
{
color: #81BEC7;
}
.AnyTagClassName
{
color: #81BEC7;
}
</style>
background-color css
<style>
a { background-color: #81BEC7; }
a { background-color: rgb(129,190,199); }
div.DivClassName
{
background-color: #81BEC7;
}
.BgClassName
{
background-color: #81BEC7;
}
</style>
border-color css
<style>
span { border-color: #81BEC7; }
span { border-color: rgb(129,190,199); }
td.TdClassName
{
border-color: #81BEC7;
}
.TagClassName
{
border-color: #81BEC7;
}
</style>