Shades of Glacier #8ABCBF
Tints of Glacier #8ABCBF
RGB
CMYK
RGB Variations
Color information
#8ABCBF (or 0x8ABCBF) is known color: Glacier. HEX triplet: 8A, BC and BF. RGB value is (138,188,191). Sum of RGB (Red+Green+Blue) = 138+188+191=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #8ABCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCBF is #754340. Grayscale: #ADADAD. Windows color (decimal): -7684929 or 12565642. OLE color: 12565642.
HSL color Cylindrical-coordinate representation of color #8ABCBF: hue angle of 183.4º 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 #8ABCBF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 188 | 191 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.25 |
| HSL | 183.4º | 0.29% | 0.65% | - |
| HSV(B) | 183.4º | 0.28% | 0.75% | - |
| XYZ | 37.87 | 45.13 | 56.01 | - |
| YUV | 173.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 191 | 0.28 | 0.02 | 0 | 0.25 | 183.4 | 0.29 | 0.65 |
| Hex | 8A | BC | BF | 1C | 2 | 0 | 19 | B7 | 1D | 41 |
| Octal | 212 | 274 | 277 | 34 | 2 | 0 | 31 | 267 | 35 | 101 |
| Binary | 10001010 | 10111100 | 10111111 | 11100 | 10 | 0 | 11001 | 10110111 | 11101 | 1000001 |
Color Harmonies of #8ABCBF
Complementary color
Monochromatic Colors of #8ABCBF
Black with #8ABCBF
Text Example
Text Example
White with #8ABCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCBF; }
p { color: rgb(138,188,191); }
H1.HeaderClassName
{
color: #8ABCBF;
}
.AnyTagClassName
{
color: #8ABCBF;
}
</style>
background-color css
<style>
a { background-color: #8ABCBF; }
a { background-color: rgb(138,188,191); }
div.DivClassName
{
background-color: #8ABCBF;
}
.BgClassName
{
background-color: #8ABCBF;
}
</style>
border-color css
<style>
span { border-color: #8ABCBF; }
span { border-color: rgb(138,188,191); }
td.TdClassName
{
border-color: #8ABCBF;
}
.TagClassName
{
border-color: #8ABCBF;
}
</style>