#7EAABC

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

Shades of Glacier #7EAABC

Tints of Glacier #7EAABC

Color information

#7EAABC (or 0x7EAABC) is unknown color: approx Glacier. HEX triplet: 7E, AA and BC. RGB value is (126,170,188). Sum of RGB (Red+Green+Blue) = 126+170+188=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAABC is #815543. Grayscale: #9E9E9E. Windows color (decimal): -8475972 or 12364414. OLE color: 12364414.

HSL color Cylindrical-coordinate representation of color #7EAABC: hue angle of 197.42º 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 #7EAABC is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB126170188-
CMYK0.330.1000.26
HSL197.42º31.63%61.57%-
HSV(B)197.42º32.98%73.73%-
XYZ32.0636.8252.99-
YUV158.9144.42104.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=26.03%
G=35.12%
B=38.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261701880.330.1000.26197.4231.6361.57
Hex7EAABC21A01Ac5203e
Octal17625227441120323054076
Binary11111101010101010111100100001101001101011000101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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