Shades of Glacier #7EA8BF
Tints of Glacier #7EA8BF
RGB
CMYK
RGB Variations
Color information
#7EA8BF (or 0x7EA8BF) is known color: Glacier. HEX triplet: 7E, A8 and BF. RGB value is (126,168,191). Sum of RGB (Red+Green+Blue) = 126+168+191=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #7EA8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA8BF is #815740. Grayscale: #9D9D9D. Windows color (decimal): -8476481 or 12560510. OLE color: 12560510.
HSL color Cylindrical-coordinate representation of color #7EA8BF: hue angle of 201.23º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EA8BF is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 168 | 191 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.25 |
| HSL | 201.23º | 0.34% | 0.62% | - |
| HSV(B) | 201.23º | 0.34% | 0.75% | - |
| XYZ | 32.01 | 36.2 | 54.59 | - |
| YUV | 158.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 191 | 0.34 | 0.12 | 0 | 0.25 | 201.23 | 0.34 | 0.62 |
| Hex | 7E | A8 | BF | 22 | C | 0 | 19 | C9 | 22 | 3E |
| Octal | 176 | 250 | 277 | 42 | 14 | 0 | 31 | 311 | 42 | 76 |
| Binary | 1111110 | 10101000 | 10111111 | 100010 | 1100 | 0 | 11001 | 11001001 | 100010 | 111110 |
Color Harmonies of #7EA8BF
Complementary color
Monochromatic Colors of #7EA8BF
Black with #7EA8BF
Text Example
Text Example
White with #7EA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA8BF; }
p { color: rgb(126,168,191); }
H1.HeaderClassName
{
color: #7EA8BF;
}
.AnyTagClassName
{
color: #7EA8BF;
}
</style>
background-color css
<style>
a { background-color: #7EA8BF; }
a { background-color: rgb(126,168,191); }
div.DivClassName
{
background-color: #7EA8BF;
}
.BgClassName
{
background-color: #7EA8BF;
}
</style>
border-color css
<style>
span { border-color: #7EA8BF; }
span { border-color: rgb(126,168,191); }
td.TdClassName
{
border-color: #7EA8BF;
}
.TagClassName
{
border-color: #7EA8BF;
}
</style>