Shades of Glacier #81BCC5
Tints of Glacier #81BCC5
RGB
CMYK
RGB Variations
Color information
#81BCC5 (or 0x81BCC5) is known color: Glacier. HEX triplet: 81, BC and C5. RGB value is (129,188,197). Sum of RGB (Red+Green+Blue) = 129+188+197=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 197 - color contains mainly: blue. Hex color #81BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCC5 is #7E433A. Grayscale: #ABABAB. Windows color (decimal): -8274747 or 12958849. OLE color: 12958849.
HSL color Cylindrical-coordinate representation of color #81BCC5: hue angle of 187.94º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81BCC5 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 188 | 197 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.23 |
| HSL | 187.94º | 0.37% | 0.64% | - |
| HSV(B) | 187.94º | 0.35% | 0.77% | - |
| XYZ | 37.11 | 44.66 | 59.49 | - |
| YUV | 171.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 197 | 0.35 | 0.05 | 0 | 0.23 | 187.94 | 0.37 | 0.64 |
| Hex | 81 | BC | C5 | 23 | 5 | 0 | 17 | BC | 25 | 40 |
| Octal | 201 | 274 | 305 | 43 | 5 | 0 | 27 | 274 | 45 | 100 |
| Binary | 10000001 | 10111100 | 11000101 | 100011 | 101 | 0 | 10111 | 10111100 | 100101 | 1000000 |
Color Harmonies of #81BCC5
Complementary color
Monochromatic Colors of #81BCC5
Black with #81BCC5
Text Example
Text Example
White with #81BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCC5; }
p { color: rgb(129,188,197); }
H1.HeaderClassName
{
color: #81BCC5;
}
.AnyTagClassName
{
color: #81BCC5;
}
</style>
background-color css
<style>
a { background-color: #81BCC5; }
a { background-color: rgb(129,188,197); }
div.DivClassName
{
background-color: #81BCC5;
}
.BgClassName
{
background-color: #81BCC5;
}
</style>
border-color css
<style>
span { border-color: #81BCC5; }
span { border-color: rgb(129,188,197); }
td.TdClassName
{
border-color: #81BCC5;
}
.TagClassName
{
border-color: #81BCC5;
}
</style>