Shades of Glacier #81BCBF
Tints of Glacier #81BCBF
RGB
CMYK
RGB Variations
Color information
#81BCBF (or 0x81BCBF) is known color: Glacier. HEX triplet: 81, BC and BF. RGB value is (129,188,191). Sum of RGB (Red+Green+Blue) = 129+188+191=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #81BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCBF is #7E4340. Grayscale: #AAAAAA. Windows color (decimal): -8274753 or 12565633. OLE color: 12565633.
HSL color Cylindrical-coordinate representation of color #81BCBF: hue angle of 182.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BCBF is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 188 | 191 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.25 |
| HSL | 182.9º | 0.33% | 0.63% | - |
| HSV(B) | 182.9º | 0.32% | 0.75% | - |
| XYZ | 36.44 | 44.4 | 55.94 | - |
| YUV | 170.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 191 | 0.32 | 0.02 | 0 | 0.25 | 182.9 | 0.33 | 0.63 |
| Hex | 81 | BC | BF | 20 | 2 | 0 | 19 | B7 | 21 | 3F |
| Octal | 201 | 274 | 277 | 40 | 2 | 0 | 31 | 267 | 41 | 77 |
| Binary | 10000001 | 10111100 | 10111111 | 100000 | 10 | 0 | 11001 | 10110111 | 100001 | 111111 |
Color Harmonies of #81BCBF
Complementary color
Monochromatic Colors of #81BCBF
Black with #81BCBF
Text Example
Text Example
White with #81BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCBF; }
p { color: rgb(129,188,191); }
H1.HeaderClassName
{
color: #81BCBF;
}
.AnyTagClassName
{
color: #81BCBF;
}
</style>
background-color css
<style>
a { background-color: #81BCBF; }
a { background-color: rgb(129,188,191); }
div.DivClassName
{
background-color: #81BCBF;
}
.BgClassName
{
background-color: #81BCBF;
}
</style>
border-color css
<style>
span { border-color: #81BCBF; }
span { border-color: rgb(129,188,191); }
td.TdClassName
{
border-color: #81BCBF;
}
.TagClassName
{
border-color: #81BCBF;
}
</style>