Shades of Glacier #8ABCBE
Tints of Glacier #8ABCBE
RGB
CMYK
RGB Variations
Color information
#8ABCBE (or 0x8ABCBE) is known color: Glacier. HEX triplet: 8A, BC and BE. RGB value is (138,188,190). Sum of RGB (Red+Green+Blue) = 138+188+190=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #8ABCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCBE is #754341. Grayscale: #ADADAD. Windows color (decimal): -7684930 or 12500106. OLE color: 12500106.
HSL color Cylindrical-coordinate representation of color #8ABCBE: hue angle of 182.31º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABCBE is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 188 | 190 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.25 |
| HSL | 182.31º | 0.29% | 0.64% | - |
| HSV(B) | 182.31º | 0.27% | 0.75% | - |
| XYZ | 37.76 | 45.09 | 55.43 | - |
| YUV | 173.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 190 | 0.27 | 0.01 | 0 | 0.25 | 182.31 | 0.29 | 0.64 |
| Hex | 8A | BC | BE | 1B | 1 | 0 | 19 | B6 | 1D | 40 |
| Octal | 212 | 274 | 276 | 33 | 1 | 0 | 31 | 266 | 35 | 100 |
| Binary | 10001010 | 10111100 | 10111110 | 11011 | 1 | 0 | 11001 | 10110110 | 11101 | 1000000 |
Color Harmonies of #8ABCBE
Complementary color
Monochromatic Colors of #8ABCBE
Black with #8ABCBE
Text Example
Text Example
White with #8ABCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCBE; }
p { color: rgb(138,188,190); }
H1.HeaderClassName
{
color: #8ABCBE;
}
.AnyTagClassName
{
color: #8ABCBE;
}
</style>
background-color css
<style>
a { background-color: #8ABCBE; }
a { background-color: rgb(138,188,190); }
div.DivClassName
{
background-color: #8ABCBE;
}
.BgClassName
{
background-color: #8ABCBE;
}
</style>
border-color css
<style>
span { border-color: #8ABCBE; }
span { border-color: rgb(138,188,190); }
td.TdClassName
{
border-color: #8ABCBE;
}
.TagClassName
{
border-color: #8ABCBE;
}
</style>