#7AAAC5

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

Shades of Glacier #7AAAC5

Tints of Glacier #7AAAC5

Color information

#7AAAC5 (or 0x7AAAC5) is unknown color: approx Glacier. HEX triplet: 7A, AA and C5. RGB value is (122,170,197). Sum of RGB (Red+Green+Blue) = 122+170+197=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #7AAAC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAAC5 is #85553A. Grayscale: #9E9E9E. Windows color (decimal): -8738107 or 12954234. OLE color: 12954234.

HSL color Cylindrical-coordinate representation of color #7AAAC5: hue angle of 201.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AAAC5 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB122170197-
CMYK0.380.1400.23
HSL201.6º39.27%62.55%-
HSV(B)201.6º38.07%77.25%-
XYZ32.4836.9258.24-
YUV158.73149.6101.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.95%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 197 (77.34% from 255) = 40.29%
R=24.95%
G=34.76%
B=40.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221701970.380.1400.23201.639.2762.55
Hex7AAAC526E017ca273f
Octal17225230546160273124777
Binary11110101010101011000101100110111001011111001010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,170,197); }

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

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

 a { background-color: rgb(122,170,197); }

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

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

 span { border-color: rgb(122,170,197); }

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