#7AAEBD

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

Shades of Glacier #7AAEBD

Tints of Glacier #7AAEBD

Color information

#7AAEBD (or 0x7AAEBD) is unknown color: approx Glacier. HEX triplet: 7A, AE and BD. RGB value is (122,174,189). Sum of RGB (Red+Green+Blue) = 122+174+189=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #7AAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAEBD is #855142. Grayscale: #A0A0A0. Windows color (decimal): -8737091 or 12430970. OLE color: 12430970.

HSL color Cylindrical-coordinate representation of color #7AAEBD: hue angle of 193.43º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AAEBD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122174189-
CMYK0.350.0800.26
HSL193.43º33.67%60.98%-
HSV(B)193.43º35.45%74.12%-
XYZ32.3538.0853.79-
YUV160.16144.27100.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.15%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=25.15%
G=35.88%
B=38.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221741890.350.0800.26193.4333.6760.98
Hex7AAEBD23801Ac1223d
Octal17225627543100323014275
Binary11110101010111010111101100011100001101011000001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,174,189); }

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

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

 a { background-color: rgb(122,174,189); }

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

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

 span { border-color: rgb(122,174,189); }

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