#7AAABB

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

Shades of Glacier #7AAABB

Tints of Glacier #7AAABB

Color information

#7AAABB (or 0x7AAABB) is unknown color: approx Glacier. HEX triplet: 7A, AA and BB. RGB value is (122,170,187). Sum of RGB (Red+Green+Blue) = 122+170+187=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #7AAABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAABB is #855544. Grayscale: #9D9D9D. Windows color (decimal): -8738117 or 12298874. OLE color: 12298874.

HSL color Cylindrical-coordinate representation of color #7AAABB: hue angle of 195.69º 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 #7AAABB is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122170187-
CMYK0.350.0900.27
HSL195.69º32.34%60.59%-
HSV(B)195.69º34.76%73.33%-
XYZ31.3736.4752.4-
YUV157.59144.6102.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.47%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=25.47%
G=35.49%
B=39.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221701870.350.0900.27195.6932.3460.59
Hex7AAABB23901Bc4203d
Octal17225227343110333044075
Binary11110101010101010111011100011100101101111000100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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