#7FA8BE

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

Shades of Glacier #7FA8BE

Tints of Glacier #7FA8BE

Color information

#7FA8BE (or 0x7FA8BE) is unknown color: approx Glacier. HEX triplet: 7F, A8 and BE. RGB value is (127,168,190). Sum of RGB (Red+Green+Blue) = 127+168+190=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FA8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA8BE is #805741. Grayscale: #9E9E9E. Windows color (decimal): -8410946 or 12494975. OLE color: 12494975.

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

Color convert

RGB127168190-
CMYK0.330.1200.25
HSL200.95º32.64%62.16%-
HSV(B)200.95º33.16%74.51%-
XYZ32.0536.2354.02-
YUV158.25145.92105.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.19%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=26.19%
G=34.64%
B=39.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271681900.330.1200.25200.9532.6462.16
Hex7FA8BE21C019c9213e
Octal17725027641140313114176
Binary11111111010100010111110100001110001100111001001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,168,190); }

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

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

 a { background-color: rgb(127,168,190); }

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

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

 span { border-color: rgb(127,168,190); }

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