Shades of Glacier #81AFBC
Tints of Glacier #81AFBC
RGB
CMYK
RGB Variations
Color information
#81AFBC (or 0x81AFBC) is known color: Glacier. HEX triplet: 81, AF and BC. RGB value is (129,175,188). Sum of RGB (Red+Green+Blue) = 129+175+188=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #81AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFBC is #7E5043. Grayscale: #A2A2A2. Windows color (decimal): -8278084 or 12365697. OLE color: 12365697.
HSL color Cylindrical-coordinate representation of color #81AFBC: hue angle of 193.22º 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 #81AFBC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 175 | 188 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.26 |
| HSL | 193.22º | 0.31% | 0.62% | - |
| HSV(B) | 193.22º | 0.31% | 0.74% | - |
| XYZ | 33.46 | 38.96 | 53.33 | - |
| YUV | 162.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 188 | 0.31 | 0.07 | 0 | 0.26 | 193.22 | 0.31 | 0.62 |
| Hex | 81 | AF | BC | 1F | 7 | 0 | 1A | C1 | 1F | 3E |
| Octal | 201 | 257 | 274 | 37 | 7 | 0 | 32 | 301 | 37 | 76 |
| Binary | 10000001 | 10101111 | 10111100 | 11111 | 111 | 0 | 11010 | 11000001 | 11111 | 111110 |
Color Harmonies of #81AFBC
Complementary color
Monochromatic Colors of #81AFBC
Black with #81AFBC
Text Example
Text Example
White with #81AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFBC; }
p { color: rgb(129,175,188); }
H1.HeaderClassName
{
color: #81AFBC;
}
.AnyTagClassName
{
color: #81AFBC;
}
</style>
background-color css
<style>
a { background-color: #81AFBC; }
a { background-color: rgb(129,175,188); }
div.DivClassName
{
background-color: #81AFBC;
}
.BgClassName
{
background-color: #81AFBC;
}
</style>
border-color css
<style>
span { border-color: #81AFBC; }
span { border-color: rgb(129,175,188); }
td.TdClassName
{
border-color: #81AFBC;
}
.TagClassName
{
border-color: #81AFBC;
}
</style>