Shades of Glacier #8ABCC1
Tints of Glacier #8ABCC1
RGB
CMYK
RGB Variations
Color information
#8ABCC1 (or 0x8ABCC1) is known color: Glacier. HEX triplet: 8A, BC and C1. RGB value is (138,188,193). Sum of RGB (Red+Green+Blue) = 138+188+193=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #8ABCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCC1 is #75433E. Grayscale: #ADADAD. Windows color (decimal): -7684927 or 12696714. OLE color: 12696714.
HSL color Cylindrical-coordinate representation of color #8ABCC1: hue angle of 185.45º 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 #8ABCC1 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 188 | 193 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.24 |
| HSL | 185.45º | 0.31% | 0.65% | - |
| HSV(B) | 185.45º | 0.28% | 0.76% | - |
| XYZ | 38.09 | 45.22 | 57.17 | - |
| YUV | 173.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 193 | 0.28 | 0.03 | 0 | 0.24 | 185.45 | 0.31 | 0.65 |
| Hex | 8A | BC | C1 | 1C | 3 | 0 | 18 | B9 | 1F | 41 |
| Octal | 212 | 274 | 301 | 34 | 3 | 0 | 30 | 271 | 37 | 101 |
| Binary | 10001010 | 10111100 | 11000001 | 11100 | 11 | 0 | 11000 | 10111001 | 11111 | 1000001 |
Color Harmonies of #8ABCC1
Complementary color
Monochromatic Colors of #8ABCC1
Black with #8ABCC1
Text Example
Text Example
White with #8ABCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCC1; }
p { color: rgb(138,188,193); }
H1.HeaderClassName
{
color: #8ABCC1;
}
.AnyTagClassName
{
color: #8ABCC1;
}
</style>
background-color css
<style>
a { background-color: #8ABCC1; }
a { background-color: rgb(138,188,193); }
div.DivClassName
{
background-color: #8ABCC1;
}
.BgClassName
{
background-color: #8ABCC1;
}
</style>
border-color css
<style>
span { border-color: #8ABCC1; }
span { border-color: rgb(138,188,193); }
td.TdClassName
{
border-color: #8ABCC1;
}
.TagClassName
{
border-color: #8ABCC1;
}
</style>