Shades of Glacier #7EA5BC
Tints of Glacier #7EA5BC
RGB
CMYK
RGB Variations
Color information
#7EA5BC (or 0x7EA5BC) is known color: Glacier. HEX triplet: 7E, A5 and BC. RGB value is (126,165,188). Sum of RGB (Red+Green+Blue) = 126+165+188=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EA5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA5BC is #815A43. Grayscale: #9B9B9B. Windows color (decimal): -8477252 or 12363134. OLE color: 12363134.
HSL color Cylindrical-coordinate representation of color #7EA5BC: hue angle of 202.26º 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 #7EA5BC is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 165 | 188 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.26 |
| HSL | 202.26º | 0.32% | 0.62% | - |
| HSV(B) | 202.26º | 0.33% | 0.74% | - |
| XYZ | 31.14 | 34.98 | 52.69 | - |
| YUV | 155.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 188 | 0.33 | 0.12 | 0 | 0.26 | 202.26 | 0.32 | 0.62 |
| Hex | 7E | A5 | BC | 21 | C | 0 | 1A | CA | 20 | 3E |
| Octal | 176 | 245 | 274 | 41 | 14 | 0 | 32 | 312 | 40 | 76 |
| Binary | 1111110 | 10100101 | 10111100 | 100001 | 1100 | 0 | 11010 | 11001010 | 100000 | 111110 |
Color Harmonies of #7EA5BC
Complementary color
Monochromatic Colors of #7EA5BC
Black with #7EA5BC
Text Example
Text Example
White with #7EA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA5BC; }
p { color: rgb(126,165,188); }
H1.HeaderClassName
{
color: #7EA5BC;
}
.AnyTagClassName
{
color: #7EA5BC;
}
</style>
background-color css
<style>
a { background-color: #7EA5BC; }
a { background-color: rgb(126,165,188); }
div.DivClassName
{
background-color: #7EA5BC;
}
.BgClassName
{
background-color: #7EA5BC;
}
</style>
border-color css
<style>
span { border-color: #7EA5BC; }
span { border-color: rgb(126,165,188); }
td.TdClassName
{
border-color: #7EA5BC;
}
.TagClassName
{
border-color: #7EA5BC;
}
</style>