#7FAAB5

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

Shades of Glacier #7FAAB5

Tints of Glacier #7FAAB5

Color information

#7FAAB5 (or 0x7FAAB5) is unknown color: approx Glacier. HEX triplet: 7F, AA and B5. RGB value is (127,170,181). Sum of RGB (Red+Green+Blue) = 127+170+181=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 181 - color contains mainly: blue. Hex color #7FAAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAAB5 is #80554A. Grayscale: #9E9E9E. Windows color (decimal): -8410443 or 11905663. OLE color: 11905663.

HSL color Cylindrical-coordinate representation of color #7FAAB5: hue angle of 192.22º 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 #7FAAB5 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB127170181-
CMYK0.300.0600.29
HSL192.22º26.73%60.39%-
HSV(B)192.22º29.83%70.98%-
XYZ31.4736.649.12-
YUV158.4140.75105.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.57%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 181 (71.09% from 255) = 37.87%
R=26.57%
G=35.56%
B=37.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271701810.300.0600.29192.2226.7360.39
Hex7FAAB51E601Dc01b3c
Octal1772522653660353003374
Binary11111111010101010110101111101100111011100000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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