#7AA9BF

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

Shades of Glacier #7AA9BF

Tints of Glacier #7AA9BF

Color information

#7AA9BF (or 0x7AA9BF) is unknown color: approx Glacier. HEX triplet: 7A, A9 and BF. RGB value is (122,169,191). Sum of RGB (Red+Green+Blue) = 122+169+191=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #7AA9BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA9BF is #855640. Grayscale: #9D9D9D. Windows color (decimal): -8738369 or 12560762. OLE color: 12560762.

HSL color Cylindrical-coordinate representation of color #7AA9BF: hue angle of 199.13º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AA9BF is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122169191-
CMYK0.360.1200.25
HSL199.13º35.03%61.37%-
HSV(B)199.13º36.13%74.9%-
XYZ31.6236.2854.63-
YUV157.45146.93102.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.31%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 191 (75% from 255) = 39.63%
R=25.31%
G=35.06%
B=39.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221691910.360.1200.25199.1335.0361.37
Hex7AA9BF24C019c7233d
Octal17225127744140313074375
Binary11110101010100110111111100100110001100111000111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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