Shades of Glacier #81A8BC
Tints of Glacier #81A8BC
RGB
CMYK
RGB Variations
Color information
#81A8BC (or 0x81A8BC) is known color: Glacier. HEX triplet: 81, A8 and BC. RGB value is (129,168,188). Sum of RGB (Red+Green+Blue) = 129+168+188=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #81A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A8BC is #7E5743. Grayscale: #9E9E9E. Windows color (decimal): -8279876 or 12363905. OLE color: 12363905.
HSL color Cylindrical-coordinate representation of color #81A8BC: hue angle of 200.34º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81A8BC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 168 | 188 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.26 |
| HSL | 200.34º | 0.31% | 0.62% | - |
| HSV(B) | 200.34º | 0.31% | 0.74% | - |
| XYZ | 32.13 | 36.3 | 52.89 | - |
| YUV | 158.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 188 | 0.31 | 0.11 | 0 | 0.26 | 200.34 | 0.31 | 0.62 |
| Hex | 81 | A8 | BC | 1F | B | 0 | 1A | C8 | 1F | 3E |
| Octal | 201 | 250 | 274 | 37 | 13 | 0 | 32 | 310 | 37 | 76 |
| Binary | 10000001 | 10101000 | 10111100 | 11111 | 1011 | 0 | 11010 | 11001000 | 11111 | 111110 |
Color Harmonies of #81A8BC
Complementary color
Monochromatic Colors of #81A8BC
Black with #81A8BC
Text Example
Text Example
White with #81A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A8BC; }
p { color: rgb(129,168,188); }
H1.HeaderClassName
{
color: #81A8BC;
}
.AnyTagClassName
{
color: #81A8BC;
}
</style>
background-color css
<style>
a { background-color: #81A8BC; }
a { background-color: rgb(129,168,188); }
div.DivClassName
{
background-color: #81A8BC;
}
.BgClassName
{
background-color: #81A8BC;
}
</style>
border-color css
<style>
span { border-color: #81A8BC; }
span { border-color: rgb(129,168,188); }
td.TdClassName
{
border-color: #81A8BC;
}
.TagClassName
{
border-color: #81A8BC;
}
</style>