#7EAEBC

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

Shades of Glacier #7EAEBC

Tints of Glacier #7EAEBC

Color information

#7EAEBC (or 0x7EAEBC) is unknown color: approx Glacier. HEX triplet: 7E, AE and BC. RGB value is (126,174,188). Sum of RGB (Red+Green+Blue) = 126+174+188=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAEBC is #815143. Grayscale: #A1A1A1. Windows color (decimal): -8474948 or 12365438. OLE color: 12365438.

HSL color Cylindrical-coordinate representation of color #7EAEBC: hue angle of 193.55º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EAEBC is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB126174188-
CMYK0.330.0700.26
HSL193.55º31.63%61.57%-
HSV(B)193.55º32.98%73.73%-
XYZ32.8238.3453.25-
YUV161.24143.1102.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.82%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=25.82%
G=35.66%
B=38.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261741880.330.0700.26193.5531.6361.57
Hex7EAEBC21701Ac2203e
Octal1762562744170323024076
Binary1111110101011101011110010000111101101011000010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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