Shades of Glacier #81AFC1
Tints of Glacier #81AFC1
RGB
CMYK
RGB Variations
Color information
#81AFC1 (or 0x81AFC1) is known color: Glacier. HEX triplet: 81, AF and C1. RGB value is (129,175,193). Sum of RGB (Red+Green+Blue) = 129+175+193=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #81AFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFC1 is #7E503E. Grayscale: #A3A3A3. Windows color (decimal): -8278079 or 12693377. OLE color: 12693377.
HSL color Cylindrical-coordinate representation of color #81AFC1: hue angle of 196.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81AFC1 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 175 | 193 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.24 |
| HSL | 196.88º | 0.34% | 0.63% | - |
| HSV(B) | 196.88º | 0.33% | 0.76% | - |
| XYZ | 34.01 | 39.18 | 56.22 | - |
| YUV | 163.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 193 | 0.33 | 0.09 | 0 | 0.24 | 196.88 | 0.34 | 0.63 |
| Hex | 81 | AF | C1 | 21 | 9 | 0 | 18 | C5 | 22 | 3F |
| Octal | 201 | 257 | 301 | 41 | 11 | 0 | 30 | 305 | 42 | 77 |
| Binary | 10000001 | 10101111 | 11000001 | 100001 | 1001 | 0 | 11000 | 11000101 | 100010 | 111111 |
Color Harmonies of #81AFC1
Complementary color
Monochromatic Colors of #81AFC1
Black with #81AFC1
Text Example
Text Example
White with #81AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFC1; }
p { color: rgb(129,175,193); }
H1.HeaderClassName
{
color: #81AFC1;
}
.AnyTagClassName
{
color: #81AFC1;
}
</style>
background-color css
<style>
a { background-color: #81AFC1; }
a { background-color: rgb(129,175,193); }
div.DivClassName
{
background-color: #81AFC1;
}
.BgClassName
{
background-color: #81AFC1;
}
</style>
border-color css
<style>
span { border-color: #81AFC1; }
span { border-color: rgb(129,175,193); }
td.TdClassName
{
border-color: #81AFC1;
}
.TagClassName
{
border-color: #81AFC1;
}
</style>