#7EA5BE

Color #7EA5BE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7EA5BE

Tints of Glacier #7EA5BE

Color information

#7EA5BE (or 0x7EA5BE) is unknown color: approx Glacier. HEX triplet: 7E, A5 and BE. RGB value is (126,165,190). Sum of RGB (Red+Green+Blue) = 126+165+190=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EA5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA5BE is #815A41. Grayscale: #9C9C9C. Windows color (decimal): -8477250 or 12494206. OLE color: 12494206.

HSL color Cylindrical-coordinate representation of color #7EA5BE: hue angle of 203.44º degrees, saturation: 0.33, 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 #7EA5BE is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126165190-
CMYK0.340.1300.25
HSL203.44º32.99%61.96%-
HSV(B)203.44º33.68%74.51%-
XYZ31.3535.0653.83-
YUV156.19147.08106.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 26.20%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=26.20%
G=34.30%
B=39.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261651900.340.1300.25203.4432.9961.96
Hex7EA5BE22D019cb213e
Octal17624527642150313134176
Binary11111101010010110111110100010110101100111001011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA5BE; }

 p { color: rgb(126,165,190); }

 H1.HeaderClassName
 {
   color: #7EA5BE;
 }
 .AnyTagClassName
 {
   color: #7EA5BE;
 }
</style>
background-color css

<style>
 a { background-color: #7EA5BE; }

 a { background-color: rgb(126,165,190); }

 div.DivClassName
 {
   background-color: #7EA5BE;
 }
 .BgClassName
 {
   background-color: #7EA5BE;
 }
</style>
border-color css

<style>
 span { border-color: #7EA5BE; }

 span { border-color: rgb(126,165,190); }

 td.TdClassName
 {
   border-color: #7EA5BE;
 }
 .TagClassName
 {
   border-color: #7EA5BE;
 }
</style>