#7AAEBA

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

Shades of Glacier #7AAEBA

Tints of Glacier #7AAEBA

Color information

#7AAEBA (or 0x7AAEBA) is unknown color: approx Glacier. HEX triplet: 7A, AE and BA. RGB value is (122,174,186). Sum of RGB (Red+Green+Blue) = 122+174+186=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAEBA is #855145. Grayscale: #9F9F9F. Windows color (decimal): -8737094 or 12234362. OLE color: 12234362.

HSL color Cylindrical-coordinate representation of color #7AAEBA: hue angle of 191.25º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AAEBA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122174186-
CMYK0.340.0600.27
HSL191.25º31.68%60.39%-
HSV(B)191.25º34.41%72.94%-
XYZ32.0337.9552.09-
YUV159.82142.77101.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.31%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=25.31%
G=36.10%
B=38.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221741860.340.0600.27191.2531.6860.39
Hex7AAEBA22601Bbf203c
Octal1722562724260332774074
Binary1111010101011101011101010001011001101110111111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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