Shades of Glacier #7EACBD
Tints of Glacier #7EACBD
RGB
CMYK
RGB Variations
Color information
#7EACBD (or 0x7EACBD) is known color: Glacier. HEX triplet: 7E, AC and BD. RGB value is (126,172,189). Sum of RGB (Red+Green+Blue) = 126+172+189=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #7EACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACBD is #815342. Grayscale: #A0A0A0. Windows color (decimal): -8475459 or 12430462. OLE color: 12430462.
HSL color Cylindrical-coordinate representation of color #7EACBD: hue angle of 196.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EACBD is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 172 | 189 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.26 |
| HSL | 196.19º | 0.32% | 0.62% | - |
| HSV(B) | 196.19º | 0.33% | 0.74% | - |
| XYZ | 32.54 | 37.61 | 53.69 | - |
| YUV | 160.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 189 | 0.33 | 0.09 | 0 | 0.26 | 196.19 | 0.32 | 0.62 |
| Hex | 7E | AC | BD | 21 | 9 | 0 | 1A | C4 | 20 | 3E |
| Octal | 176 | 254 | 275 | 41 | 11 | 0 | 32 | 304 | 40 | 76 |
| Binary | 1111110 | 10101100 | 10111101 | 100001 | 1001 | 0 | 11010 | 11000100 | 100000 | 111110 |
Color Harmonies of #7EACBD
Complementary color
Monochromatic Colors of #7EACBD
Black with #7EACBD
Text Example
Text Example
White with #7EACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EACBD; }
p { color: rgb(126,172,189); }
H1.HeaderClassName
{
color: #7EACBD;
}
.AnyTagClassName
{
color: #7EACBD;
}
</style>
background-color css
<style>
a { background-color: #7EACBD; }
a { background-color: rgb(126,172,189); }
div.DivClassName
{
background-color: #7EACBD;
}
.BgClassName
{
background-color: #7EACBD;
}
</style>
border-color css
<style>
span { border-color: #7EACBD; }
span { border-color: rgb(126,172,189); }
td.TdClassName
{
border-color: #7EACBD;
}
.TagClassName
{
border-color: #7EACBD;
}
</style>