Shades of Glacier #81ABC3
Tints of Glacier #81ABC3
RGB
CMYK
RGB Variations
Color information
#81ABC3 (or 0x81ABC3) is known color: Glacier. HEX triplet: 81, AB and C3. RGB value is (129,171,195). Sum of RGB (Red+Green+Blue) = 129+171+195=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #81ABC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABC3 is #7E543C. Grayscale: #A1A1A1. Windows color (decimal): -8279101 or 12823425. OLE color: 12823425.
HSL color Cylindrical-coordinate representation of color #81ABC3: hue angle of 201.82º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81ABC3 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 171 | 195 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.24 |
| HSL | 201.82º | 0.35% | 0.64% | - |
| HSV(B) | 201.82º | 0.34% | 0.76% | - |
| XYZ | 33.47 | 37.73 | 57.15 | - |
| YUV | 161.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 195 | 0.34 | 0.12 | 0 | 0.24 | 201.82 | 0.35 | 0.64 |
| Hex | 81 | AB | C3 | 22 | C | 0 | 18 | CA | 23 | 40 |
| Octal | 201 | 253 | 303 | 42 | 14 | 0 | 30 | 312 | 43 | 100 |
| Binary | 10000001 | 10101011 | 11000011 | 100010 | 1100 | 0 | 11000 | 11001010 | 100011 | 1000000 |
Color Harmonies of #81ABC3
Complementary color
Monochromatic Colors of #81ABC3
Black with #81ABC3
Text Example
Text Example
White with #81ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ABC3; }
p { color: rgb(129,171,195); }
H1.HeaderClassName
{
color: #81ABC3;
}
.AnyTagClassName
{
color: #81ABC3;
}
</style>
background-color css
<style>
a { background-color: #81ABC3; }
a { background-color: rgb(129,171,195); }
div.DivClassName
{
background-color: #81ABC3;
}
.BgClassName
{
background-color: #81ABC3;
}
</style>
border-color css
<style>
span { border-color: #81ABC3; }
span { border-color: rgb(129,171,195); }
td.TdClassName
{
border-color: #81ABC3;
}
.TagClassName
{
border-color: #81ABC3;
}
</style>