#7EA7B6

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

Shades of Glacier #7EA7B6

Tints of Glacier #7EA7B6

Color information

#7EA7B6 (or 0x7EA7B6) is unknown color: approx Glacier. HEX triplet: 7E, A7 and B6. RGB value is (126,167,182). Sum of RGB (Red+Green+Blue) = 126+167+182=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: blue. Hex color #7EA7B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA7B6 is #815849. Grayscale: #9C9C9C. Windows color (decimal): -8476746 or 11970430. OLE color: 11970430.

HSL color Cylindrical-coordinate representation of color #7EA7B6: hue angle of 196.07º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EA7B6 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB126167182-
CMYK0.310.0800.29
HSL196.07º27.72%60.39%-
HSV(B)196.07º30.77%71.37%-
XYZ30.8735.4549.47-
YUV156.45142.42106.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.53%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=26.53%
G=35.16%
B=38.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261671820.310.0800.29196.0727.7260.39
Hex7EA7B61F801Dc41c3c
Octal17624726637100353043474
Binary111111010100111101101101111110000111011100010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,167,182); }

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

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

 a { background-color: rgb(126,167,182); }

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

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

 span { border-color: rgb(126,167,182); }

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