Shades of Glacier #8ABDBF
Tints of Glacier #8ABDBF
RGB
CMYK
RGB Variations
Color information
#8ABDBF (or 0x8ABDBF) is known color: Glacier. HEX triplet: 8A, BD and BF. RGB value is (138,189,191). Sum of RGB (Red+Green+Blue) = 138+189+191=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #8ABDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDBF is #754240. Grayscale: #ADADAD. Windows color (decimal): -7684673 or 12565898. OLE color: 12565898.
HSL color Cylindrical-coordinate representation of color #8ABDBF: hue angle of 182.26º degrees, saturation: 0.29, 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 #8ABDBF is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 189 | 191 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.25 |
| HSL | 182.26º | 0.29% | 0.65% | - |
| HSV(B) | 182.26º | 0.28% | 0.75% | - |
| XYZ | 38.08 | 45.56 | 56.08 | - |
| YUV | 173.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 191 | 0.28 | 0.01 | 0 | 0.25 | 182.26 | 0.29 | 0.65 |
| Hex | 8A | BD | BF | 1C | 1 | 0 | 19 | B6 | 1D | 41 |
| Octal | 212 | 275 | 277 | 34 | 1 | 0 | 31 | 266 | 35 | 101 |
| Binary | 10001010 | 10111101 | 10111111 | 11100 | 1 | 0 | 11001 | 10110110 | 11101 | 1000001 |
Color Harmonies of #8ABDBF
Complementary color
Monochromatic Colors of #8ABDBF
Black with #8ABDBF
Text Example
Text Example
White with #8ABDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDBF; }
p { color: rgb(138,189,191); }
H1.HeaderClassName
{
color: #8ABDBF;
}
.AnyTagClassName
{
color: #8ABDBF;
}
</style>
background-color css
<style>
a { background-color: #8ABDBF; }
a { background-color: rgb(138,189,191); }
div.DivClassName
{
background-color: #8ABDBF;
}
.BgClassName
{
background-color: #8ABDBF;
}
</style>
border-color css
<style>
span { border-color: #8ABDBF; }
span { border-color: rgb(138,189,191); }
td.TdClassName
{
border-color: #8ABDBF;
}
.TagClassName
{
border-color: #8ABDBF;
}
</style>