Shades of Glacier #7EADBC
Tints of Glacier #7EADBC
RGB
CMYK
RGB Variations
Color information
#7EADBC (or 0x7EADBC) is known color: Glacier. HEX triplet: 7E, AD and BC. RGB value is (126,173,188). Sum of RGB (Red+Green+Blue) = 126+173+188=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADBC is #815243. Grayscale: #A0A0A0. Windows color (decimal): -8475204 or 12365182. OLE color: 12365182.
HSL color Cylindrical-coordinate representation of color #7EADBC: hue angle of 194.52º 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 #7EADBC is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 173 | 188 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.26 |
| HSL | 194.52º | 0.32% | 0.62% | - |
| HSV(B) | 194.52º | 0.33% | 0.74% | - |
| XYZ | 32.62 | 37.95 | 53.18 | - |
| YUV | 160.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 188 | 0.33 | 0.08 | 0 | 0.26 | 194.52 | 0.32 | 0.62 |
| Hex | 7E | AD | BC | 21 | 8 | 0 | 1A | C3 | 20 | 3E |
| Octal | 176 | 255 | 274 | 41 | 10 | 0 | 32 | 303 | 40 | 76 |
| Binary | 1111110 | 10101101 | 10111100 | 100001 | 1000 | 0 | 11010 | 11000011 | 100000 | 111110 |
Color Harmonies of #7EADBC
Complementary color
Monochromatic Colors of #7EADBC
Black with #7EADBC
Text Example
Text Example
White with #7EADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EADBC; }
p { color: rgb(126,173,188); }
H1.HeaderClassName
{
color: #7EADBC;
}
.AnyTagClassName
{
color: #7EADBC;
}
</style>
background-color css
<style>
a { background-color: #7EADBC; }
a { background-color: rgb(126,173,188); }
div.DivClassName
{
background-color: #7EADBC;
}
.BgClassName
{
background-color: #7EADBC;
}
</style>
border-color css
<style>
span { border-color: #7EADBC; }
span { border-color: rgb(126,173,188); }
td.TdClassName
{
border-color: #7EADBC;
}
.TagClassName
{
border-color: #7EADBC;
}
</style>