Shades of Glacier #8ABAC1
Tints of Glacier #8ABAC1
RGB
CMYK
RGB Variations
Color information
#8ABAC1 (or 0x8ABAC1) is known color: Glacier. HEX triplet: 8A, BA and C1. RGB value is (138,186,193). Sum of RGB (Red+Green+Blue) = 138+186+193=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #8ABAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABAC1 is #75453E. Grayscale: #ACACAC. Windows color (decimal): -7685439 or 12696202. OLE color: 12696202.
HSL color Cylindrical-coordinate representation of color #8ABAC1: hue angle of 187.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8ABAC1 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 186 | 193 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.24 |
| HSL | 187.64º | 0.31% | 0.65% | - |
| HSV(B) | 187.64º | 0.28% | 0.76% | - |
| XYZ | 37.67 | 44.37 | 57.03 | - |
| YUV | 172.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 193 | 0.28 | 0.04 | 0 | 0.24 | 187.64 | 0.31 | 0.65 |
| Hex | 8A | BA | C1 | 1C | 4 | 0 | 18 | BC | 1F | 41 |
| Octal | 212 | 272 | 301 | 34 | 4 | 0 | 30 | 274 | 37 | 101 |
| Binary | 10001010 | 10111010 | 11000001 | 11100 | 100 | 0 | 11000 | 10111100 | 11111 | 1000001 |
Color Harmonies of #8ABAC1
Complementary color
Monochromatic Colors of #8ABAC1
Black with #8ABAC1
Text Example
Text Example
White with #8ABAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABAC1; }
p { color: rgb(138,186,193); }
H1.HeaderClassName
{
color: #8ABAC1;
}
.AnyTagClassName
{
color: #8ABAC1;
}
</style>
background-color css
<style>
a { background-color: #8ABAC1; }
a { background-color: rgb(138,186,193); }
div.DivClassName
{
background-color: #8ABAC1;
}
.BgClassName
{
background-color: #8ABAC1;
}
</style>
border-color css
<style>
span { border-color: #8ABAC1; }
span { border-color: rgb(138,186,193); }
td.TdClassName
{
border-color: #8ABAC1;
}
.TagClassName
{
border-color: #8ABAC1;
}
</style>