#7EAAC3

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

Shades of Glacier #7EAAC3

Tints of Glacier #7EAAC3

Color information

#7EAAC3 (or 0x7EAAC3) is unknown color: approx Glacier. HEX triplet: 7E, AA and C3. RGB value is (126,170,195). Sum of RGB (Red+Green+Blue) = 126+170+195=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #7EAAC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAAC3 is #81553C. Grayscale: #9F9F9F. Windows color (decimal): -8475965 or 12823166. OLE color: 12823166.

HSL color Cylindrical-coordinate representation of color #7EAAC3: hue angle of 201.74º degrees, saturation: 0.37, 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 #7EAAC3 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB126170195-
CMYK0.350.1300.24
HSL201.74º36.51%62.94%-
HSV(B)201.74º35.38%76.47%-
XYZ32.8337.1357.07-
YUV159.69147.92103.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 195 (76.56% from 255) = 39.71%
R=25.66%
G=34.62%
B=39.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261701950.350.1300.24201.7436.5162.94
Hex7EAAC323D018ca253f
Octal17625230343150303124577
Binary11111101010101011000011100011110101100011001010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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