#7AA9B9

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

Shades of Glacier #7AA9B9

Tints of Glacier #7AA9B9

Color information

#7AA9B9 (or 0x7AA9B9) is unknown color: approx Glacier. HEX triplet: 7A, A9 and B9. RGB value is (122,169,185). Sum of RGB (Red+Green+Blue) = 122+169+185=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #7AA9B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA9B9 is #855646. Grayscale: #9C9C9C. Windows color (decimal): -8738375 or 12167546. OLE color: 12167546.

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

Color convert

RGB122169185-
CMYK0.340.0900.27
HSL195.24º31.03%60.2%-
HSV(B)195.24º34.05%72.55%-
XYZ30.9736.0251.22-
YUV156.77143.93103.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.63%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 185 (72.66% from 255) = 38.87%
R=25.63%
G=35.50%
B=38.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221691850.340.0900.27195.2431.0360.2
Hex7AA9B922901Bc31f3c
Octal17225127142110333033774
Binary1111010101010011011100110001010010110111100001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,169,185); }

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

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

 a { background-color: rgb(122,169,185); }

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

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

 span { border-color: rgb(122,169,185); }

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