#7EAAB8

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

Shades of Glacier #7EAAB8

Tints of Glacier #7EAAB8

Color information

#7EAAB8 (or 0x7EAAB8) is unknown color: approx Glacier. HEX triplet: 7E, AA and B8. RGB value is (126,170,184). Sum of RGB (Red+Green+Blue) = 126+170+184=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 184 - color contains mainly: blue. Hex color #7EAAB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAAB8 is #815547. Grayscale: #9E9E9E. Windows color (decimal): -8475976 or 12102270. OLE color: 12102270.

HSL color Cylindrical-coordinate representation of color #7EAAB8: hue angle of 194.48º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EAAB8 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB126170184-
CMYK0.320.0800.28
HSL194.48º29%60.78%-
HSV(B)194.48º31.52%72.16%-
XYZ31.6336.6550.75-
YUV158.44142.42104.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.25%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 184 (72.27% from 255) = 38.33%
R=26.25%
G=35.42%
B=38.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1261701840.320.0800.28194.482960.78
Hex7EAAB820801Cc21d3d
Octal17625227040100343023575
Binary1111110101010101011100010000010000111001100001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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