#7AA3BB

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

Shades of Glacier #7AA3BB

Tints of Glacier #7AA3BB

Color information

#7AA3BB (or 0x7AA3BB) is unknown color: approx Glacier. HEX triplet: 7A, A3 and BB. RGB value is (122,163,187). Sum of RGB (Red+Green+Blue) = 122+163+187=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #7AA3BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA3BB is #855C44. Grayscale: #999999. Windows color (decimal): -8739909 or 12297082. OLE color: 12297082.

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

Color convert

RGB122163187-
CMYK0.350.1300.27
HSL202.15º32.34%60.59%-
HSV(B)202.15º34.76%73.33%-
XYZ30.0933.9251.97-
YUV153.48146.92105.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.85%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=25.85%
G=34.53%
B=39.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221631870.350.1300.27202.1532.3460.59
Hex7AA3BB23D01Bca203d
Octal17224327343150333124075
Binary11110101010001110111011100011110101101111001010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,163,187); }

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

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

 a { background-color: rgb(122,163,187); }

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

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

 span { border-color: rgb(122,163,187); }

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