#7EAEBF

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

Shades of Glacier #7EAEBF

Tints of Glacier #7EAEBF

Color information

#7EAEBF (or 0x7EAEBF) is unknown color: approx Glacier. HEX triplet: 7E, AE and BF. RGB value is (126,174,191). Sum of RGB (Red+Green+Blue) = 126+174+191=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #7EAEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAEBF is #815140. Grayscale: #A1A1A1. Windows color (decimal): -8474945 or 12562046. OLE color: 12562046.

HSL color Cylindrical-coordinate representation of color #7EAEBF: hue angle of 195.69º 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 #7EAEBF is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126174191-
CMYK0.340.0900.25
HSL195.69º33.68%62.16%-
HSV(B)195.69º34.03%74.9%-
XYZ33.1438.4754.97-
YUV161.59144.6102.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 191 (75% from 255) = 38.90%
R=25.66%
G=35.44%
B=38.90%

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
Decimal1261741910.340.0900.25195.6933.6862.16
Hex7EAEBF229019c4223e
Octal17625627742110313044276
Binary11111101010111010111111100010100101100111000100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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