#7AA5BC

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

Shades of Glacier #7AA5BC

Tints of Glacier #7AA5BC

Color information

#7AA5BC (or 0x7AA5BC) is unknown color: approx Glacier. HEX triplet: 7A, A5 and BC. RGB value is (122,165,188). Sum of RGB (Red+Green+Blue) = 122+165+188=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #7AA5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA5BC is #855A43. Grayscale: #9A9A9A. Windows color (decimal): -8739396 or 12363130. OLE color: 12363130.

HSL color Cylindrical-coordinate representation of color #7AA5BC: hue angle of 200.91º degrees, saturation: 0.33, 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 #7AA5BC is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122165188-
CMYK0.350.1200.26
HSL200.91º33%60.78%-
HSV(B)200.91º35.11%73.73%-
XYZ30.5634.6852.66-
YUV154.76146.75104.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.68%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=25.68%
G=34.74%
B=39.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221651880.350.1200.26200.913360.78
Hex7AA5BC23C01Ac9213d
Octal17224527443140323114175
Binary11110101010010110111100100011110001101011001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,165,188); }

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

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

 a { background-color: rgb(122,165,188); }

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

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

 span { border-color: rgb(122,165,188); }

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