#7EA5BF

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

Shades of Glacier #7EA5BF

Tints of Glacier #7EA5BF

Color information

#7EA5BF (or 0x7EA5BF) is unknown color: approx Glacier. HEX triplet: 7E, A5 and BF. RGB value is (126,165,191). Sum of RGB (Red+Green+Blue) = 126+165+191=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #7EA5BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA5BF is #815A40. Grayscale: #9C9C9C. Windows color (decimal): -8477249 or 12559742. OLE color: 12559742.

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

Color convert

RGB126165191-
CMYK0.340.1400.25
HSL204º33.68%62.16%-
HSV(B)204º34.03%74.9%-
XYZ31.4635.1154.41-
YUV156.3147.58106.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.14%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 191 (75% from 255) = 39.63%
R=26.14%
G=34.23%
B=39.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261651910.340.1400.2520433.6862.16
Hex7EA5BF22E019cc223e
Octal17624527742160313144276
Binary11111101010010110111111100010111001100111001100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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