Shades of Glacier #7EADBD
Tints of Glacier #7EADBD
RGB
CMYK
RGB Variations
Color information
#7EADBD (or 0x7EADBD) is known color: Glacier. HEX triplet: 7E, AD and BD. RGB value is (126,173,189). Sum of RGB (Red+Green+Blue) = 126+173+189=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #7EADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADBD is #815242. Grayscale: #A0A0A0. Windows color (decimal): -8475203 or 12430718. OLE color: 12430718.
HSL color Cylindrical-coordinate representation of color #7EADBD: hue angle of 195.24º 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 #7EADBD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 173 | 189 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.26 |
| HSL | 195.24º | 0.32% | 0.62% | - |
| HSV(B) | 195.24º | 0.33% | 0.74% | - |
| XYZ | 32.73 | 38 | 53.75 | - |
| YUV | 160.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 189 | 0.33 | 0.08 | 0 | 0.26 | 195.24 | 0.32 | 0.62 |
| Hex | 7E | AD | BD | 21 | 8 | 0 | 1A | C3 | 20 | 3E |
| Octal | 176 | 255 | 275 | 41 | 10 | 0 | 32 | 303 | 40 | 76 |
| Binary | 1111110 | 10101101 | 10111101 | 100001 | 1000 | 0 | 11010 | 11000011 | 100000 | 111110 |
Color Harmonies of #7EADBD
Complementary color
Monochromatic Colors of #7EADBD
Black with #7EADBD
Text Example
Text Example
White with #7EADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EADBD; }
p { color: rgb(126,173,189); }
H1.HeaderClassName
{
color: #7EADBD;
}
.AnyTagClassName
{
color: #7EADBD;
}
</style>
background-color css
<style>
a { background-color: #7EADBD; }
a { background-color: rgb(126,173,189); }
div.DivClassName
{
background-color: #7EADBD;
}
.BgClassName
{
background-color: #7EADBD;
}
</style>
border-color css
<style>
span { border-color: #7EADBD; }
span { border-color: rgb(126,173,189); }
td.TdClassName
{
border-color: #7EADBD;
}
.TagClassName
{
border-color: #7EADBD;
}
</style>