#7FA9B5

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

Shades of Glacier #7FA9B5

Tints of Glacier #7FA9B5

Color information

#7FA9B5 (or 0x7FA9B5) is unknown color: approx Glacier. HEX triplet: 7F, A9 and B5. RGB value is (127,169,181). Sum of RGB (Red+Green+Blue) = 127+169+181=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 181 - color contains mainly: blue. Hex color #7FA9B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA9B5 is #80564A. Grayscale: #9D9D9D. Windows color (decimal): -8410699 or 11905407. OLE color: 11905407.

HSL color Cylindrical-coordinate representation of color #7FA9B5: hue angle of 193.33º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FA9B5 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB127169181-
CMYK0.300.0700.29
HSL193.33º26.73%60.39%-
HSV(B)193.33º29.83%70.98%-
XYZ31.2836.2249.06-
YUV157.81141.09106.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.62%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=26.62%
G=35.43%
B=37.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271691810.300.0700.29193.3326.7360.39
Hex7FA9B51E701Dc11b3c
Octal1772512653670353013374
Binary11111111010100110110101111101110111011100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,169,181); }

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

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

 a { background-color: rgb(127,169,181); }

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

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

 span { border-color: rgb(127,169,181); }

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