#7EAEC0

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

Shades of Glacier #7EAEC0

Tints of Glacier #7EAEC0

Color information

#7EAEC0 (or 0x7EAEC0) is unknown color: approx Glacier. HEX triplet: 7E, AE and C0. RGB value is (126,174,192). Sum of RGB (Red+Green+Blue) = 126+174+192=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #7EAEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAEC0 is #81513F. Grayscale: #A1A1A1. Windows color (decimal): -8474944 or 12627582. OLE color: 12627582.

HSL color Cylindrical-coordinate representation of color #7EAEC0: hue angle of 196.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EAEC0 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126174192-
CMYK0.340.0900.25
HSL196.36º34.38%62.35%-
HSV(B)196.36º34.38%75.29%-
XYZ33.2538.5155.55-
YUV161.7145.1102.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.61%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 192 (75.39% from 255) = 39.02%
R=25.61%
G=35.37%
B=39.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261741920.340.0900.25196.3634.3862.35
Hex7EAEC0229019c4223e
Octal17625630042110313044276
Binary11111101010111011000000100010100101100111000100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,174,192); }

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

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

 a { background-color: rgb(126,174,192); }

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

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

 span { border-color: rgb(126,174,192); }

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