Shades of Glacier #8ABEC0
Tints of Glacier #8ABEC0
RGB
CMYK
RGB Variations
Color information
#8ABEC0 (or 0x8ABEC0) is known color: Glacier. HEX triplet: 8A, BE and C0. RGB value is (138,190,192). Sum of RGB (Red+Green+Blue) = 138+190+192=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #8ABEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEC0 is #75413F. Grayscale: #AEAEAE. Windows color (decimal): -7684416 or 12631690. OLE color: 12631690.
HSL color Cylindrical-coordinate representation of color #8ABEC0: hue angle of 182.22º 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 #8ABEC0 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 190 | 192 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.25 |
| HSL | 182.22º | 0.3% | 0.65% | - |
| HSV(B) | 182.22º | 0.28% | 0.75% | - |
| XYZ | 38.41 | 46.04 | 56.73 | - |
| YUV | 174.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 192 | 0.28 | 0.01 | 0 | 0.25 | 182.22 | 0.3 | 0.65 |
| Hex | 8A | BE | C0 | 1C | 1 | 0 | 19 | B6 | 1E | 41 |
| Octal | 212 | 276 | 300 | 34 | 1 | 0 | 31 | 266 | 36 | 101 |
| Binary | 10001010 | 10111110 | 11000000 | 11100 | 1 | 0 | 11001 | 10110110 | 11110 | 1000001 |
Color Harmonies of #8ABEC0
Complementary color
Monochromatic Colors of #8ABEC0
Black with #8ABEC0
Text Example
Text Example
White with #8ABEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABEC0; }
p { color: rgb(138,190,192); }
H1.HeaderClassName
{
color: #8ABEC0;
}
.AnyTagClassName
{
color: #8ABEC0;
}
</style>
background-color css
<style>
a { background-color: #8ABEC0; }
a { background-color: rgb(138,190,192); }
div.DivClassName
{
background-color: #8ABEC0;
}
.BgClassName
{
background-color: #8ABEC0;
}
</style>
border-color css
<style>
span { border-color: #8ABEC0; }
span { border-color: rgb(138,190,192); }
td.TdClassName
{
border-color: #8ABEC0;
}
.TagClassName
{
border-color: #8ABEC0;
}
</style>