#7EAAB9

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

Shades of Glacier #7EAAB9

Tints of Glacier #7EAAB9

Color information

#7EAAB9 (or 0x7EAAB9) is unknown color: approx Glacier. HEX triplet: 7E, AA and B9. RGB value is (126,170,185). Sum of RGB (Red+Green+Blue) = 126+170+185=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #7EAAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAAB9 is #815546. Grayscale: #9E9E9E. Windows color (decimal): -8475975 or 12167806. OLE color: 12167806.

HSL color Cylindrical-coordinate representation of color #7EAAB9: hue angle of 195.25º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EAAB9 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB126170185-
CMYK0.320.0800.27
HSL195.25º29.65%60.98%-
HSV(B)195.25º31.89%72.55%-
XYZ31.7436.6951.31-
YUV158.55142.92104.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.20%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 185 (72.66% from 255) = 38.46%
R=26.20%
G=35.34%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261701850.320.0800.27195.2529.6560.98
Hex7EAAB920801Bc31e3d
Octal17625227140100333033675
Binary1111110101010101011100110000010000110111100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,170,185); }

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

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

 a { background-color: rgb(126,170,185); }

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

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

 span { border-color: rgb(126,170,185); }

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