Shades of Glacier #8ABAC0
Tints of Glacier #8ABAC0
RGB
CMYK
RGB Variations
Color information
#8ABAC0 (or 0x8ABAC0) is known color: Glacier. HEX triplet: 8A, BA and C0. RGB value is (138,186,192). Sum of RGB (Red+Green+Blue) = 138+186+192=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #8ABAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABAC0 is #75453F. Grayscale: #ACACAC. Windows color (decimal): -7685440 or 12630666. OLE color: 12630666.
HSL color Cylindrical-coordinate representation of color #8ABAC0: hue angle of 186.67º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8ABAC0 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 186 | 192 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.25 |
| HSL | 186.67º | 0.3% | 0.65% | - |
| HSV(B) | 186.67º | 0.28% | 0.75% | - |
| XYZ | 37.55 | 44.33 | 56.45 | - |
| YUV | 172.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 192 | 0.28 | 0.03 | 0 | 0.25 | 186.67 | 0.3 | 0.65 |
| Hex | 8A | BA | C0 | 1C | 3 | 0 | 19 | BB | 1E | 41 |
| Octal | 212 | 272 | 300 | 34 | 3 | 0 | 31 | 273 | 36 | 101 |
| Binary | 10001010 | 10111010 | 11000000 | 11100 | 11 | 0 | 11001 | 10111011 | 11110 | 1000001 |
Color Harmonies of #8ABAC0
Complementary color
Monochromatic Colors of #8ABAC0
Black with #8ABAC0
Text Example
Text Example
White with #8ABAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABAC0; }
p { color: rgb(138,186,192); }
H1.HeaderClassName
{
color: #8ABAC0;
}
.AnyTagClassName
{
color: #8ABAC0;
}
</style>
background-color css
<style>
a { background-color: #8ABAC0; }
a { background-color: rgb(138,186,192); }
div.DivClassName
{
background-color: #8ABAC0;
}
.BgClassName
{
background-color: #8ABAC0;
}
</style>
border-color css
<style>
span { border-color: #8ABAC0; }
span { border-color: rgb(138,186,192); }
td.TdClassName
{
border-color: #8ABAC0;
}
.TagClassName
{
border-color: #8ABAC0;
}
</style>