#7EAAC2

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

Shades of Glacier #7EAAC2

Tints of Glacier #7EAAC2

Color information

#7EAAC2 (or 0x7EAAC2) is unknown color: approx Glacier. HEX triplet: 7E, AA and C2. RGB value is (126,170,194). Sum of RGB (Red+Green+Blue) = 126+170+194=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 194 - color contains mainly: blue. Hex color #7EAAC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAAC2 is #81553D. Grayscale: #9F9F9F. Windows color (decimal): -8475966 or 12757630. OLE color: 12757630.

HSL color Cylindrical-coordinate representation of color #7EAAC2: hue angle of 201.18º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EAAC2 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB126170194-
CMYK0.350.1200.24
HSL201.18º35.79%62.75%-
HSV(B)201.18º35.05%76.08%-
XYZ32.7237.0856.47-
YUV159.58147.42104.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.71%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 194 (76.17% from 255) = 39.59%
R=25.71%
G=34.69%
B=39.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261701940.350.1200.24201.1835.7962.75
Hex7EAAC223C018c9243f
Octal17625230243140303114477
Binary11111101010101011000010100011110001100011001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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