Shades of Glacier #8EBEC6
Tints of Glacier #8EBEC6
RGB
CMYK
RGB Variations
Color information
#8EBEC6 (or 0x8EBEC6) is known color: Glacier. HEX triplet: 8E, BE and C6. RGB value is (142,190,198). Sum of RGB (Red+Green+Blue) = 142+190+198=530 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.79% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #8EBEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEC6 is #714139. Grayscale: #B0B0B0. Windows color (decimal): -7422266 or 13024910. OLE color: 13024910.
HSL color Cylindrical-coordinate representation of color #8EBEC6: hue angle of 188.57º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EBEC6 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 190 | 198 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.22 |
| HSL | 188.57º | 0.33% | 0.67% | - |
| HSV(B) | 188.57º | 0.28% | 0.78% | - |
| XYZ | 39.76 | 46.65 | 60.34 | - |
| YUV | 176.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 190 | 198 | 0.28 | 0.04 | 0 | 0.22 | 188.57 | 0.33 | 0.67 |
| Hex | 8E | BE | C6 | 1C | 4 | 0 | 16 | BD | 21 | 43 |
| Octal | 216 | 276 | 306 | 34 | 4 | 0 | 26 | 275 | 41 | 103 |
| Binary | 10001110 | 10111110 | 11000110 | 11100 | 100 | 0 | 10110 | 10111101 | 100001 | 1000011 |
Color Harmonies of #8EBEC6
Complementary color
Monochromatic Colors of #8EBEC6
Black with #8EBEC6
Text Example
Text Example
White with #8EBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBEC6; }
p { color: rgb(142,190,198); }
H1.HeaderClassName
{
color: #8EBEC6;
}
.AnyTagClassName
{
color: #8EBEC6;
}
</style>
background-color css
<style>
a { background-color: #8EBEC6; }
a { background-color: rgb(142,190,198); }
div.DivClassName
{
background-color: #8EBEC6;
}
.BgClassName
{
background-color: #8EBEC6;
}
</style>
border-color css
<style>
span { border-color: #8EBEC6; }
span { border-color: rgb(142,190,198); }
td.TdClassName
{
border-color: #8EBEC6;
}
.TagClassName
{
border-color: #8EBEC6;
}
</style>