Shades of Glacier #8ABEC1
Tints of Glacier #8ABEC1
RGB
CMYK
RGB Variations
Color information
#8ABEC1 (or 0x8ABEC1) is known color: Glacier. HEX triplet: 8A, BE and C1. RGB value is (138,190,193). Sum of RGB (Red+Green+Blue) = 138+190+193=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #8ABEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEC1 is #75413E. Grayscale: #AEAEAE. Windows color (decimal): -7684415 or 12697226. OLE color: 12697226.
HSL color Cylindrical-coordinate representation of color #8ABEC1: hue angle of 183.27º 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 #8ABEC1 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 190 | 193 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.24 |
| HSL | 183.27º | 0.31% | 0.65% | - |
| HSV(B) | 183.27º | 0.28% | 0.76% | - |
| XYZ | 38.52 | 46.08 | 57.32 | - |
| YUV | 174.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 193 | 0.28 | 0.02 | 0 | 0.24 | 183.27 | 0.31 | 0.65 |
| Hex | 8A | BE | C1 | 1C | 2 | 0 | 18 | B7 | 1F | 41 |
| Octal | 212 | 276 | 301 | 34 | 2 | 0 | 30 | 267 | 37 | 101 |
| Binary | 10001010 | 10111110 | 11000001 | 11100 | 10 | 0 | 11000 | 10110111 | 11111 | 1000001 |
Color Harmonies of #8ABEC1
Complementary color
Monochromatic Colors of #8ABEC1
Black with #8ABEC1
Text Example
Text Example
White with #8ABEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABEC1; }
p { color: rgb(138,190,193); }
H1.HeaderClassName
{
color: #8ABEC1;
}
.AnyTagClassName
{
color: #8ABEC1;
}
</style>
background-color css
<style>
a { background-color: #8ABEC1; }
a { background-color: rgb(138,190,193); }
div.DivClassName
{
background-color: #8ABEC1;
}
.BgClassName
{
background-color: #8ABEC1;
}
</style>
border-color css
<style>
span { border-color: #8ABEC1; }
span { border-color: rgb(138,190,193); }
td.TdClassName
{
border-color: #8ABEC1;
}
.TagClassName
{
border-color: #8ABEC1;
}
</style>