#7EACC6

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

Shades of Glacier #7EACC6

Tints of Glacier #7EACC6

Color information

#7EACC6 (or 0x7EACC6) is unknown color: approx Glacier. HEX triplet: 7E, AC and C6. RGB value is (126,172,198). Sum of RGB (Red+Green+Blue) = 126+172+198=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #7EACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACC6 is #815339. Grayscale: #A1A1A1. Windows color (decimal): -8475450 or 13020286. OLE color: 13020286.

HSL color Cylindrical-coordinate representation of color #7EACC6: hue angle of 201.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EACC6 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB126172198-
CMYK0.360.1300.22
HSL201.67º38.71%63.53%-
HSV(B)201.67º36.36%77.65%-
XYZ33.5538.0259-
YUV161.21148.76102.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.40%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 198 (77.73% from 255) = 39.92%
R=25.40%
G=34.68%
B=39.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1261721980.360.1300.22201.6738.7163.53
Hex7EACC624D016ca2740
Octal176254306441502631247100
Binary111111010101100110001101001001101010110110010101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,172,198); }

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

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

 a { background-color: rgb(126,172,198); }

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

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

 span { border-color: rgb(126,172,198); }

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