#7EAABE

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

Shades of Glacier #7EAABE

Tints of Glacier #7EAABE

Color information

#7EAABE (or 0x7EAABE) is unknown color: approx Glacier. HEX triplet: 7E, AA and BE. RGB value is (126,170,190). Sum of RGB (Red+Green+Blue) = 126+170+190=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EAABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAABE is #815541. Grayscale: #9F9F9F. Windows color (decimal): -8475970 or 12495486. OLE color: 12495486.

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

Color convert

RGB126170190-
CMYK0.340.1100.25
HSL198.75º32.99%61.96%-
HSV(B)198.75º33.68%74.51%-
XYZ32.2736.954.14-
YUV159.12145.42104.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.93%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=25.93%
G=34.98%
B=39.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261701900.340.1100.25198.7532.9961.96
Hex7EAABE22B019c7213e
Octal17625227642130313074176
Binary11111101010101010111110100010101101100111000111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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